From f805c2b4d3a2a0fee4b4d20f203a0b27ec272528 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Fri, 2 Jul 2021 15:56:05 -0700 Subject: [PATCH] Update for 1.4.10 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d86d9bae8e..f93362ba36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.4.10-SNAPSHOT] +## [1.4.10] -This is a bug fix release of Helidon 1. It contains fixes and dependency upgrades. -We recommend all Helidon 1.4 users upgrade to this release. +This is a bug fix release of Helidon. We recommend all Helidon 1.4 users upgrade to this release. ### Fixes +- Configure Cipher suite support [3173](https://github.com/oracle/helidon/pull/3173) +- Reloadable server certificates [3163](https://github.com/oracle/helidon/pull/3163) +- Adjust JSON timer histogram output using units set on the timer [3133](https://github.com/oracle/helidon/pull/3133) + ## [1.4.9] This is a bug fix release of Helidon 1. It contains fixes and dependency upgrades.