diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 53db85f..e86a091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/passageidentity/passage-flex-rust/compare/v1.0.0...v1.0.1) (2025-03-11) + + +### Bug Fixes + +* sync codegen output & pin codegen version ([#42](https://github.com/passageidentity/passage-flex-rust/issues/42)) ([2cb9f51](https://github.com/passageidentity/passage-flex-rust/commit/2cb9f512ae52f02e4b3b8f8e4c8c52f7b0ee178f)) + ## [1.0.0](https://github.com/passageidentity/passage-flex-rust/compare/v0.1.3...v1.0.0) (2025-01-16) diff --git a/Cargo.toml b/Cargo.toml index b9ad1a1..77e026b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passage_flex" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = ["support@passage.id"] description = "Passkey Flex for Rust - Add passkey authentication to your own Rust authentication flows with Passage by 1Password"