From 6f23581039559b6446f856c1af19132c3b88677d Mon Sep 17 00:00:00 2001 From: The Things Bot Date: Thu, 24 Oct 2024 13:56:27 +0000 Subject: [PATCH 1/5] all: Bump to version 3.32.2 --- data/lorawan-devices | 2 +- package.json | 2 +- pkg/version/ttn.go | 2 +- sdk/js/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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", From 8e7c55e3b8b166aa1ca2473215b09640140a48d6 Mon Sep 17 00:00:00 2001 From: The Things Bot Date: Mon, 18 Nov 2024 11:47:53 +0000 Subject: [PATCH 2/5] all: Enter release date of version 3.32.2 into the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5a45df46475c0d3ae994737aa89cabbe4a2b7806 Mon Sep 17 00:00:00 2001 From: The Things Bot Date: Tue, 3 Dec 2024 13:20:56 +0000 Subject: [PATCH 3/5] all: Cut off changelog version 3.32.3 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a799197645..6bab32f1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ For details about compatibility between different releases, see the **Commitment ### Security +## [3.32.3] - unreleased + ## [3.32.2] - 2024-11-18 ### Fixed @@ -2896,7 +2898,8 @@ For details about compatibility between different releases, see the **Commitment NOTE: These links should respect backports. See https://github.com/TheThingsNetwork/lorawan-stack/pull/1444/files#r333379706. --> -[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.32.2...v3.32 +[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.32.3...v3.32 +[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 From 74a0910e52de47ade310838673c289ab6b43d63e Mon Sep 17 00:00:00 2001 From: The Things Bot Date: Tue, 3 Dec 2024 13:28:12 +0000 Subject: [PATCH 4/5] all: Bump to version 3.32.3 --- data/lorawan-devices | 2 +- data/lorawan-frequency-plans | 2 +- package.json | 2 +- pkg/version/ttn.go | 2 +- sdk/js/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 d1c8c765e8..1b160f257f 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", From 223021ce874404289aa71523bb0f396a2dee58e8 Mon Sep 17 00:00:00 2001 From: The Things Bot Date: Wed, 4 Dec 2024 11:12:09 +0000 Subject: [PATCH 5/5] all: Enter release date of version 3.32.3 into the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bab32f1aa..826401117d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ For details about compatibility between different releases, see the **Commitment ### Security -## [3.32.3] - unreleased +## [3.32.3] - 2024-12-04 ## [3.32.2] - 2024-11-18