diff --git a/CHANGELOG.md b/CHANGELOG.md index 00aa4b9..3e308c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.14](https://github.com/maidsafe/crdt_tree/compare/v0.0.13...v0.0.14) (2021-03-03) + ### [0.0.13](https://github.com/maidsafe/crdt_tree/compare/v0.0.12...v0.0.13) (2021-02-25) ### [0.0.12](https://github.com/maidsafe/crdt_tree/compare/v0.0.11...v0.0.12) (2021-02-10) diff --git a/Cargo.toml b/Cargo.toml index 6a4665f..5541364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crdt_tree" -version = "0.0.13" +version = "0.0.14" authors = [ "MaidSafe Developers " ] description = "Tree Conflict-free Replicated Data Type (CRDT)" homepage = "http://maidsafe.net"