From 8693afce91a30746227b2c974543506722a5e019 Mon Sep 17 00:00:00 2001 From: Dan Draper Date: Sun, 10 Jul 2022 19:58:18 +1000 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"