diff --git a/CHANGELOG.md b/CHANGELOG.md index fab7f74..bdbafbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2] - 2024-04-05 + ### Added - Configure `cargo nextest` and `cargo llvm-cov` to run in CI. @@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added full crate documentation. -[Unreleased]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.1...HEAD +[Unreleased]: https://github.com/LeoniePhiline/basispoort-sync-client/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.1...v0.3.2 [0.3.1]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.2...0.3.0 [0.2.2]: https://github.com/LeoniePhiline/axum-csrf-sync-pattern/compare/0.2.1...0.2.2 diff --git a/Cargo.toml b/Cargo.toml index 6c004ff..575b2e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern" license = "MPL-2.0" readme = "README.md" -version = "0.3.1" +version = "0.3.2" edition = "2021" [badges] diff --git a/README.md b/README.md index 897d8f4..c4e9c1f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ More information about this crate can be found in the [crate documentation][docs ## Installation ```toml -axum-csrf-sync-pattern = "0.3.1" +axum-csrf-sync-pattern = "0.3.2" ``` ## Examples