diff --git a/CHANGELOG.md b/CHANGELOG.md index 5068d57..aea070e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. 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). +## [v0.1.4] +- Changed `db` package to use cockroachdb instead of couchbase + ## [v0.1.3] - Added retry decorators for inserting, pruning, and getting @@ -23,7 +26,8 @@ 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/codex/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/Comcast/codex/compare/v0.1.4...HEAD +[v0.1.4]: https://github.com/Comcast/codex/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/Comcast/codex/compare/v0.1.2...v0.1.3 [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