diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d326d..bc3099a 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.1.0] - Change histogram buckets to account for long boot-times. [#19](https://github.com/xmidt-org/glaukos/pull/19) - Use hash token factory to verify secret when configured. [#18](https://github.com/xmidt-org/glaukos/pull/18) - Add circuit breaker to prevent overloading codex when codex is already under stress. [#17](https://github.com/xmidt-org/glaukos/pull/17) @@ -18,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [v0.0.1] - Initial creation -[Unreleased]: https://github.com/xmidt-org/glaukos/compare/v0.0.1..HEAD -[v0.0.1]: https://github.com/xmidt-org/glaukos/compare/0.0.0...v0.0.1 +[Unreleased]: https://github.com/xmidt-org/glaukos/compare/v0.1.0..HEAD +[v0.1.0]: https://github.com/xmidt-org/glaukos/compare/v0.0.1..v0.1.0 +[v0.0.1]: https://github.com/xmidt-org/glaukos/compare/0.0.1...v0.0.1