diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a27bb..ace7b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2020-01-13 ### Added - Initial version + +## [0.1.1] - 2020-01-13 +### Fixed +- Typo in cargo description + +### Removed +- Maintenance badges in cargo file diff --git a/Cargo.toml b/Cargo.toml index 0991f13..3b35359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharks" -version = "0.1.0" +version = "0.1.1" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks"