From cd5768f05685715077a3216e6a08dd9976243df7 Mon Sep 17 00:00:00 2001 From: Jack Murdock Date: Mon, 19 Oct 2020 13:10:17 -0700 Subject: [PATCH] prepare for v0.14.2 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7107b..1775f8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [v0.14.2] - Bumped codex-db and updated requestParser to use the error returned on insert (#125)[https://github.com/xmidt-org/svalinn/pull/125] - Updated references to the main branch [#131](https://github.com/xmidt-org/svalinn/pull/131) - Bumped webpa-common version to v1.11.0 and wrp-listener version to v0.2.1 [#137](https://github.com/xmidt-org/svalinn/pull/137) @@ -142,7 +144,9 @@ Bug Fix Caduceus config loading - Initial creation - Bumped codex version, modified code to match changes -[Unreleased]: https://github.com/xmidt-org/svalinn/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/xmidt-org/svalinn/compare/v0.14.2...HEAD +[v0.14.2]: https://github.com/xmidt-org/svalinn/compare/v0.14.1...v0.14.2 +[v0.14.1]: https://github.com/xmidt-org/svalinn/compare/v0.14.0...v0.14.1 [v0.14.0]: https://github.com/xmidt-org/svalinn/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/xmidt-org/svalinn/compare/v0.12.1...v0.13.0 [v0.12.1]: https://github.com/xmidt-org/svalinn/compare/v0.12.0...v0.12.1