From fc1bd0b700b8561e45940a38b9dac59b691dec43 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Fri, 12 Oct 2018 16:47:45 -0700 Subject: [PATCH] Update CHANGELOG for release --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e03c1a65f4..bc417c3cc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,7 @@ 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). -## [Unreleased] - +## [0.10.2] - 2018-10-12 ### Improvements - MicroProfile Fault Tolerance 1.0 support [97](https://github.com/oracle/helidon/pull/97) @@ -15,8 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - WebServer: Eager cleanup of queues to reduce memory usage during heavy loads [90](https://github.com/oracle/helidon/pull/90) - WebServer: Fix for jigsaw service loading problem [99](https://github.com/oracle/helidon/pull/99) -## [0.10.1] - 2019-09-28 - +## [0.10.1] - 2018-09-28 ### Improvements - Security: Jersey integration to use pre-matching filter for securing requests