diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 760a818..dde7cab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.9.1"} +{".":"0.9.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ae1d4..366e40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/hyperkliv/samling/compare/v0.9.1...v0.9.2) (2024-06-19) + + +### Bug Fixes + +* New release ([175878d](https://github.com/hyperkliv/samling/commit/175878d7a890e750444b5180a1094cc6dd2108c4)) + ## [0.9.1](https://github.com/hyperkliv/samling/compare/v0.9.0...v0.9.1) (2024-06-19) diff --git a/Cargo.lock b/Cargo.lock index d969208..f58aafa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2062,7 +2062,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "samling" -version = "0.9.1" +version = "0.9.2" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3e76021..9d7f1fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.9.1" +version = "0.9.2" license = "MIT" edition = "2021" description = "App for managing apparel collections"