From b2866f45a7891e20b49c005aaf46dd70baf247e8 Mon Sep 17 00:00:00 2001 From: kristinaspring Date: Fri, 29 May 2020 09:36:29 -0700 Subject: [PATCH] prepare for release (#220) --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d72c801..5c4d06f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -# Notes -- The next release needs to be v0.3.0 because #217 & #219. - ## [Unreleased] + +## [v0.3.0] - added metric for counting when caduceus re-encodes the wrp [#216](https://github.com/xmidt-org/caduceus/pull/216) - Made outgoing hostname validation configurable [#217](https://github.com/xmidt-org/caduceus/pull/217) - **Note:** To be backwards compatable, the configuration value of `allowInsecureTLS: true` will need to be defined, otherwise hostname validation is enabled by default. @@ -15,8 +14,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - added configuration for which http codes Caduceus should retry on [#219](https://github.com/xmidt-org/caduceus/pull/219) - **Note:** This configuration change causes the existing retry logic to change. - - ## [v0.2.8] ### Changed - cleaned up shutdown logic for outbound sender [#205](https://github.com/xmidt-org/caduceus/pull/205) @@ -108,7 +105,8 @@ fixed build upload ### Added - Initial creation -[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.8...HEAD +[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.3.0...HEAD +[v0.3.0]: https://github.com/Comcast/caduceus/compare/v0.2.8...v0.3.0 [v0.2.8]: https://github.com/Comcast/caduceus/compare/v0.2.7...v0.2.8 [v0.2.7]: https://github.com/Comcast/caduceus/compare/v0.2.6...v0.2.7 [v0.2.6]: https://github.com/Comcast/caduceus/compare/v0.2.5...v0.2.6