diff --git a/CHANGELOG.md b/CHANGELOG.md index 484b57d..c37666f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.3.1] +- Added a custom xhttpserver.Listener type +- Added MaxConcurrentRequests enforcement driven by configuration +- ConstantHandler for static HTTP transaction responses +- Busy decorator for enforcing MaxConcurrentRequests + + + ## [v0.3.0] - Allow metrics and health servers to be disabled - Allow only a claims server to be configured @@ -61,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Converted to a go module: github.com/xmidt-org/themis -[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.3.1...HEAD +[v0.3.1]: https://github.com/xmidt-org/themis/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/xmidt-org/themis/compare/v0.2.1...v0.3.0 [v0.2.1]: https://github.com/xmidt-org/themis/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/xmidt-org/themis/compare/v0.1.1...v0.2.0 diff --git a/release_notes.md b/release_notes.md index 44e274a..8b13789 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1 @@ -- Added a custom xhttpserver.Listener type -- Added MaxConcurrentRequests enforcement driven by configuration -- ConstantHandler for static HTTP transaction responses -- Busy decorator for enforcing MaxConcurrentRequests +