Skip to content

Commit

Permalink
updated changelog (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak authored Jun 3, 2021
1 parent 4066fd8 commit d0d6ae1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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.10.0
- fixed Authorization keys in the constructor to be case sensitive. [#74](https://github.com/xmidt-org/bascule/pull/74)
- Removed unused check. [#79](https://github.com/xmidt-org/bascule/pull/79)
- Removed Logger interface in favor of the go-kit one. [#79](https://github.com/xmidt-org/bascule/pull/79)
Expand Down Expand Up @@ -97,7 +99,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added constructor, enforcer, and listener alice decorators
- Basic code and structure established

[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/xmidt-org/bascule/compare/v0.10.0...HEAD
[v0.10.0]: https://github.com/xmidt-org/bascule/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/xmidt-org/bascule/compare/v0.8.1...v0.9.0
[v0.8.1]: https://github.com/xmidt-org/bascule/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/xmidt-org/bascule/compare/v0.7.0...v0.8.0
Expand Down

0 comments on commit d0d6ae1

Please sign in to comment.