diff --git a/CHANGELOG.md b/CHANGELOG.md index acf783a..01228a8 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.16](https://github.com/maidsafe/crdt_tree/compare/v0.0.15...v0.0.16) (2022-10-14) + ### [0.0.15](https://github.com/maidsafe/crdt_tree/compare/v0.0.14...v0.0.15) (2021-06-08) ### [0.0.14](https://github.com/maidsafe/crdt_tree/compare/v0.0.13...v0.0.14) (2021-03-03) diff --git a/Cargo.toml b/Cargo.toml index 6154568..124230d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crdt_tree" -version = "0.0.15" +version = "0.0.16" authors = [ "MaidSafe Developers " ] description = "Tree Conflict-free Replicated Data Type (CRDT)" homepage = "http://maidsafe.net"