diff --git a/Cargo.lock b/Cargo.lock
index e5a6f657..8fa18906 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4159,7 +4159,7 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "unleash-edge"
-version = "19.6.1"
+version = "19.6.2"
dependencies = [
"actix-cors",
"actix-http",
diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md
index fd37e512..485834de 100644
--- a/server/CHANGELOG.md
+++ b/server/CHANGELOG.md
@@ -5,24 +5,32 @@ All notable changes to this project will be documented in this file.
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).
-## 19.6.1 (2024-10-23)
+## 19.6.2 (2024-11-25)
### Chore
+ - prepare for 19.6.2 patch release
+ - raise error message when failing to validate tokens and url has url postfix
- prepare for release
- Utoipa 5, Yggdrasil 0.13.4
* chore(deps): Bump to utoipa 5
* fix: update cargo-dist to 0.23
+### Bug Fixes
+
+ - added error if no tokens are valid when starting in strict mode
+ - update rust crate iter_tools to 0.24.0
+ - update rust crate unleash-yggdrasil to 0.14.0
+
### Commit Statistics
- - 2 commits contributed to the release.
- - 6 days passed between releases.
- - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- - 1 unique issue was worked on: [#571](https://github.com/Unleash/unleash-edge/issues/571)
+ - 8 commits contributed to the release.
+ - 40 days passed between releases.
+ - 7 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 5 unique issues were worked on: [#571](https://github.com/Unleash/unleash-edge/issues/571), [#580](https://github.com/Unleash/unleash-edge/issues/580), [#581](https://github.com/Unleash/unleash-edge/issues/581), [#587](https://github.com/Unleash/unleash-edge/issues/587), [#588](https://github.com/Unleash/unleash-edge/issues/588)
### Commit Details
@@ -32,10 +40,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#571](https://github.com/Unleash/unleash-edge/issues/571)**
- Utoipa 5, Yggdrasil 0.13.4 ([`dc6f169`](https://github.com/Unleash/unleash-edge/commit/dc6f169c06aea3505cac0872f50505bd1d70234d))
- * **Uncategorized**
+ * **[#580](https://github.com/Unleash/unleash-edge/issues/580)**
+ - Update rust crate unleash-yggdrasil to 0.14.0 ([`0efccf0`](https://github.com/Unleash/unleash-edge/commit/0efccf002ef2197e80edbc16a5b5d47cd43a6385))
+ * **[#581](https://github.com/Unleash/unleash-edge/issues/581)**
+ - Update rust crate iter_tools to 0.24.0 ([`7ba15a9`](https://github.com/Unleash/unleash-edge/commit/7ba15a9b5fdea7075483461867022d07a2d424c7))
+ * **[#587](https://github.com/Unleash/unleash-edge/issues/587)**
+ - Added error if no tokens are valid when starting in strict mode ([`92c85db`](https://github.com/Unleash/unleash-edge/commit/92c85db30661720e09643895680b2a579de09791))
+ * **[#588](https://github.com/Unleash/unleash-edge/issues/588)**
+ - Raise error message when failing to validate tokens and url has url postfix ([`f0df427`](https://github.com/Unleash/unleash-edge/commit/f0df4270f6376e1e60051d7466b0ccba447bf4f3))
+ * **Uncategorized**
+ - Prepare for 19.6.2 patch release ([`7768c59`](https://github.com/Unleash/unleash-edge/commit/7768c59d4fabc159845499cbf0e17e29098a799d))
+ - Release unleash-edge v19.6.1 ([`c6386db`](https://github.com/Unleash/unleash-edge/commit/c6386db28de59188e99576b3475f952d8ae59a79))
- Prepare for release ([`95a466a`](https://github.com/Unleash/unleash-edge/commit/95a466a028e776af54c0def1b01f2ba503752c87))
+## 19.6.1 (2024-10-23)
+
+
+
+
+### Chore
+
+ - prepare for release
+ - Utoipa 5, Yggdrasil 0.13.4
+ * chore(deps): Bump to utoipa 5
+
+ * fix: update cargo-dist to 0.23
+
## 19.6.0 (2024-10-16)
@@ -280,12 +311,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
+
added feature_toggle_usage_total counter verbose error for instance urls with api suffix
+
## 19.3.1 (2024-09-03)
@@ -423,6 +456,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---------
- strict and dynamic mode
---------
+ - strict and dynamic mode
+ ---------
### Bug Fixes
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 12e969eb..1844b7d9 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -12,7 +12,7 @@ homepage = "https://github.com/Unleash/unleash-edge"
license = "MIT"
name = "unleash-edge"
repository = "https://github.com/Unleash/unleash-edge"
-version = "19.6.1"
+version = "19.6.2"
[package.metadata.wix]
upgrade-guid = "11E5D83A-3034-48BB-9A84-9F589EBD648C"