Skip to content

Commit

Permalink
[skip ci] updated changelog (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak authored Apr 11, 2019
1 parent 458a66d commit 574ba5d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.0]
- Added checks
- Added configurable behavior on a key not found in `enforcer`
- Fixed error message in a check
- Added logging to `constructor` and `enforcer`

## [v0.1.1]
- Changed a check to be more generic
- Fixed byte-ifying the value for Bearer parsing
Expand All @@ -15,6 +21,7 @@ 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/Comcast/comcast-bascule/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/Comcast/comcast-bascule/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/Comcast/comcast-bascule/compare/0.1.1...v0.2.0
[v0.1.1]: https://github.com/Comcast/comcast-bascule/compare/0.1.0...v0.1.1
[v0.1.0]: https://github.com/Comcast/comcast-bascule/compare/0.0.0...v0.1.0
[v0.1.0]: https://github.com/Comcast/comcast-bascule/compare/0.0.0...v0.1.0

0 comments on commit 574ba5d

Please sign in to comment.