diff --git a/CHANGELOG.md b/CHANGELOG.md index 9faf54f..6e6d9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2024-06-20 + ### Fixed - Spelling with the use of `typos`. diff --git a/Cargo.toml b/Cargo.toml index 9d74515..7263e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MPL-2.0" exclude = ["/.github"] edition = "2021" readme = "README.md" -version = "0.1.2" +version = "0.1.3" [workspace.dependencies] aes-gcm = { version = "0.10", features = ["std"] }