diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c715e3..1ced20e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.11.1"} +{".":"0.11.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 700eb9c..da44c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.2](https://github.com/hyperkliv/samling/compare/v0.11.1...v0.11.2) (2024-10-31) + + +### Bug Fixes + +* **ui:** Translations weren't updating in some parts ([7dbe91a](https://github.com/hyperkliv/samling/commit/7dbe91a9d8b215399ce9a268622843616aaabc1f)) + ## [0.11.1](https://github.com/hyperkliv/samling/compare/v0.11.0...v0.11.1) (2024-10-31) diff --git a/Cargo.lock b/Cargo.lock index a037b7c..c91ed19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2076,7 +2076,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "samling" -version = "0.11.1" +version = "0.11.2" dependencies = [ "argon2", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9a7195a..0705a7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "samling" -version = "0.11.1" +version = "0.11.2" license = "MIT" edition = "2021" description = "App for managing apparel collections"