diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ceb423..ce76be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v0.1.2] +- Allowed parametization of tags for docker +- Simplified travis.yaml file +- Restructured `db` package for cleaner unit tests +- Added unit tests for `db` and `xvault` packages + ## [v0.1.1] - Modified `db` package database schema to have Tombstone and History documents - Added files for docker-compose @@ -17,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial creation - Created `db` and `xvault` package -[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/Comcast/codex/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/Comcast/codex/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/Comcast/codex/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/Comcast/codex/compare/0.0.0...v0.1.0