diff --git a/CHANGELOG.md b/CHANGELOG.md index c845bcc059..a799197645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ For details about compatibility between different releases, see the **Commitment ### Security -## [3.32.2] - unreleased +## [3.32.2] - 2024-11-18 ### Fixed diff --git a/data/lorawan-devices b/data/lorawan-devices index 473777a23a..a1ab482267 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit 473777a23a33741bbe87baf10b3767214c8db93f +Subproject commit a1ab48226792e28cd1dc46f15cc31174caecedcf diff --git a/package.json b/package.json index 00bd45218e..d1c8c765e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.32.1", + "version": "3.32.2", "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 11f551cde9..d5c477d7b1 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.32.1-dev" +var TTN = "3.32.2-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index 5394073ed3..a235cc0e67 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.32.1", + "version": "3.32.2", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",