diff --git a/CHANGELOG.md b/CHANGELOG.md index ce76be5..5068d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ 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). -## [Unreleased] - +## [v0.1.3] +- Added retry decorators for inserting, pruning, and getting ## [v0.1.2] - Allowed parametization of tags for docker @@ -23,7 +23,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.2...HEAD +[Unreleased]: https://github.com/Comcast/codex/compare/v0.1.3...HEAD +[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 [v0.1.0]: https://github.com/Comcast/codex/compare/0.0.0...v0.1.0