diff --git a/CHANGELOG.md b/CHANGELOG.md index 857054c..b088978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] + * ORE Ciphers no longer need to be mutable! +* Defined OreAes128 to be generic on Rng +* OREAES128 implementation now uses ChaCha20Rng ## [0.2.0] diff --git a/Cargo.toml b/Cargo.toml index 7960c47..249594b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ore-rs" -version = "0.2.0" +version = "0.3.0" authors = ["Dan Draper "] edition = "2018" homepage = "https://cipherstash.com"