diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b0382db3..e2662cf7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ For details about compatibility between different releases, see the **Commitment - Fix OAuth client authorizations delete request in the Console. - Consecutive disconnect/reconnect messages in the Live Data view in the Console. +## [3.32.3] - 2024-12-04 + ## [3.32.2] - 2024-11-18 ### Fixed @@ -2920,6 +2922,7 @@ NOTE: These links should respect backports. See https://github.com/TheThingsNetw [unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.33.0...v3.33 [3.33.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.32.2...v3.33.0 +[3.32.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.32.2...v3.32.3 [3.32.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.32.1...v3.32.2 [3.32.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.32.0...v3.32.1 [3.32.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.31.1...v3.32.0 diff --git a/data/lorawan-devices b/data/lorawan-devices index a1ab482267..d3e556caf0 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit a1ab48226792e28cd1dc46f15cc31174caecedcf +Subproject commit d3e556caf03229dbad7458441e28d0674fab22aa diff --git a/data/lorawan-frequency-plans b/data/lorawan-frequency-plans index 258b3f94d5..906ef3079c 160000 --- a/data/lorawan-frequency-plans +++ b/data/lorawan-frequency-plans @@ -1 +1 @@ -Subproject commit 258b3f94d52c11d3191fb29333e7a7920a3bc99e +Subproject commit 906ef3079ccb3ea6ae3f0c29078eee3fe3954440 diff --git a/package.json b/package.json index c6d1ef86b5..d2672688dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.32.2", + "version": "3.32.3", "description": "The Things Stack", "main": "index.js", "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git", diff --git a/pkg/version/ttn.go b/pkg/version/ttn.go index d5c477d7b1..5d8ba252cd 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.32.2-dev" +var TTN = "3.32.3-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index a235cc0e67..8bd1aae557 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.32.2", + "version": "3.32.3", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",