diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c2412..c8cbe58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.2.3] +- Fixed Errors `Error()` function + ## [v0.2.2] - Updated Errors `Error()` function - Added request URL and method to context @@ -28,7 +31,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/Comcast/comcast-bascule/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/Comcast/comcast-bascule/compare/v0.2.3...HEAD +[v0.2.3]: https://github.com/Comcast/comcast-bascule/compare/0.2.2...v0.2.3 [v0.2.2]: https://github.com/Comcast/comcast-bascule/compare/0.2.1...v0.2.2 [v0.2.1]: https://github.com/Comcast/comcast-bascule/compare/0.2.0...v0.2.1 [v0.2.0]: https://github.com/Comcast/comcast-bascule/compare/0.1.1...v0.2.0