diff --git a/CHANGELOG.md b/CHANGELOG.md index 87676bd4fb..b818396f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ For details about compatibility between different releases, see the **Commitment ### Security -## [3.33.1] - unreleased +## [3.33.1] - 2025-02-10 ### Added diff --git a/data/lorawan-devices b/data/lorawan-devices index d3e556caf0..a1353d71e7 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit d3e556caf03229dbad7458441e28d0674fab22aa +Subproject commit a1353d71e7594486b1b566af530d7ccb0c5420be diff --git a/data/lorawan-webhook-templates b/data/lorawan-webhook-templates index f725e328cd..9f5b744a87 160000 --- a/data/lorawan-webhook-templates +++ b/data/lorawan-webhook-templates @@ -1 +1 @@ -Subproject commit f725e328cdbcc17bf69bbe6d3ab513c0abd79a6e +Subproject commit 9f5b744a873b87ef86bfb7b462d660ea2295e94f diff --git a/package.json b/package.json index 9bc69f831c..8f6c441941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.33.0", + "version": "3.33.1", "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 1a40295184..77546f9240 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.33.0-dev" +var TTN = "3.33.1-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index d0d4c69482..ecc672d97c 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.33.0", + "version": "3.33.1", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",