Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
coderdan committed Jul 10, 2022
1 parent 700bf0c commit 8693afc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ore-rs"
version = "0.2.0"
version = "0.3.0"
authors = ["Dan Draper <dan@cipherstash.com>"]
edition = "2018"
homepage = "https://cipherstash.com"
Expand Down

0 comments on commit 8693afc

Please sign in to comment.