From d97b6dc9b67311b37e729c435e901f56bb19cd10 Mon Sep 17 00:00:00 2001 From: Kristina Date: Thu, 31 Jan 2019 13:42:45 -0800 Subject: [PATCH] [skip ci] updated changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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