From 53d4ab33154832b26e4767505ff3bc3c44c52f38 Mon Sep 17 00:00:00 2001 From: kristinaspring Date: Fri, 26 Apr 2019 15:15:32 -0700 Subject: [PATCH] [skip ci] updated changelog (#21) --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cbe58..151f4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.2.4] +- Removed tip builds from travis +- Added unit tests +- Added more descriptive errors +- Changed StatusUnauthorized to StatusForbidden + ## [v0.2.3] - Fixed Errors `Error()` function @@ -31,7 +37,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.3...HEAD +[Unreleased]: https://github.com/Comcast/comcast-bascule/compare/v0.2.4...HEAD +[v0.2.4]: https://github.com/Comcast/comcast-bascule/compare/0.2.3...v0.2.4 [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