diff --git a/CHANGELOG.md b/CHANGELOG.md index b1241f3b..9093bf0e 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.2.5] - fix emptying queue when received cutoff [#188](https://github.com/xmidt-org/caduceus/issues/188) - add queue full check to prevent push event into queue if already full [#189](https://github.com/xmidt-org/caduceus/issues/189) @@ -77,7 +79,8 @@ fixed build upload ### Added - Initial creation -[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.4...HEAD +[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.5...HEAD +[v0.2.5]: https://github.com/Comcast/caduceus/compare/v0.2.4...v0.2.5 [v0.2.4]: https://github.com/Comcast/caduceus/compare/v0.2.3...v0.2.4 [v0.2.3]: https://github.com/Comcast/caduceus/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/Comcast/caduceus/compare/v0.2.2-rc.1...v0.2.2