Skip to content

Commit

Permalink
prep for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kcajmagic authored Feb 26, 2021
1 parent 9d64472 commit 9d69711
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

0 comments on commit 9d69711

Please sign in to comment.