diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0c97b..417256e 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.1.2](https://github.com/maidsafe/sn_gossip/compare/v0.1.1...v0.1.2) (2020-11-23) + ### [0.1.1](https://github.com/maidsafe/sn_gossip/compare/v0.1.0...v0.1.1) (2020-09-29) diff --git a/Cargo.toml b/Cargo.toml index 7e90289..20902de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR BSD-3-Clause" name = "sn_gossip" readme = "README.md" repository = "https://github.com/maidsafe/sn_gossip" -version = "0.1.1" +version = "0.1.2" edition = "2018" [dependencies]