diff --git a/CHANGELOG.md b/CHANGELOG.md index b459342ae3..a86f2eb7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ For details about compatibility between different releases, see the **Commitment ### Security -## [3.36.2] - unreleased +## [3.36.2] - 2026-08-17 ### Fixed diff --git a/data/lorawan-devices b/data/lorawan-devices index 836fcdc879..889514ab03 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit 836fcdc87954025b3ccf540c99840bd4c4fb1139 +Subproject commit 889514ab03dc9854d03e2221b550804b1159d494 diff --git a/package.json b/package.json index 77b685a74b..ec33852525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.36.1", + "version": "3.36.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 91a08b9dce..abe18510b5 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.36.1-dev" +var TTN = "3.36.2-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index ced903d8ef..54a57f289f 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.36.1", + "version": "3.36.2", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",