diff --git a/CHANGELOG.md b/CHANGELOG.md index 748528a..a510d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0-beta.2] - 2025-04-23 +[1.0.0-beta.2]: https://github.com/sassman/ssd-benchmark-rs/compare/1.0.0-beta.1...1.0.0-beta.2 + +### Miscellaneous Tasks + +- Add some missing metadata to the cargo manifest ([#21](https://github.com/sassman/srp6-rs/pull/21)) + + ## [1.0.0-beta.1] - 2025-03-31 [1.0.0-beta.1]: https://github.com/sassman/ssd-benchmark-rs/compare/1.0.0-alpha.6...1.0.0-beta.1 diff --git a/Cargo.toml b/Cargo.toml index 5d31fd9..edb9a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srp6" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" authors = ["Sven Kanoldt "] repository = "https://github.com/sassman/srp6-rs" categories = ["Cryptography"]