diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee0db92..fc6c42d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.14.0-rc3] - 2024-11-14 + +- Fixed potential SSR panic in use_locale(s) (thanks to @veigaribo) +- Make `use_locale` prioritize user preferred locales over app preferred ones + ## [0.14.0-rc2] - 2024-11-10 - Updated to Leptos 0.7.0-rc1 diff --git a/Cargo.toml b/Cargo.toml index 2cafb22c..8c35e951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.14.0-rc2" +version = "0.14.0-rc3" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming", "wasm"]