diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f7122..06d6df2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e86a091..d3619a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/passageidentity/passage-flex-rust/compare/v1.0.1...v1.0.2) (2026-01-09) + + +### Documentation + +* add sunset notice to README ([#44](https://github.com/passageidentity/passage-flex-rust/issues/44)) ([724e793](https://github.com/passageidentity/passage-flex-rust/commit/724e793640e2d2ae8d296a9ade03b2c231870e35)) + ## [1.0.1](https://github.com/passageidentity/passage-flex-rust/compare/v1.0.0...v1.0.1) (2025-03-11) diff --git a/Cargo.toml b/Cargo.toml index f6b88b2..23eff63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passage_flex" -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["support@passage.id"] description = "Passkey Flex for Rust - Add passkey authentication to your own Rust authentication flows with Passage by 1Password"