From f4f045ae71b6f4a9708b67d942588cc56cce96a0 Mon Sep 17 00:00:00 2001 From: Krishna Iyer Easwaran Date: Fri, 27 Aug 2021 12:57:48 +0200 Subject: [PATCH 1/2] data: Update external repositories --- data/lorawan-devices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lorawan-devices b/data/lorawan-devices index f538e9c80e..3edb0b5fd6 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit f538e9c80ebf239325efc6e7c2a55945624455d4 +Subproject commit 3edb0b5fd6e5b72f85d989d71299c9eef774c768 From 3841bdfbe43c30a7e1ae011e2962b979c4491b5c Mon Sep 17 00:00:00 2001 From: Krishna Iyer Easwaran Date: Fri, 27 Aug 2021 13:03:17 +0200 Subject: [PATCH 2/2] all: Bump to version 3.14.2 --- CHANGELOG.md | 21 ++++++++++++++++----- package.json | 2 +- pkg/version/ttn.go | 2 +- sdk/js/package.json | 2 +- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4ab94e11..73f43e8216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ For details about compatibility between different releases, see the **Commitment ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [3.14.2] - 2021-08-27 + +### Added + - CLI warnings about insecure connections. - CLI warnings about using the `--all` flag. - Packet Broker network listed switch in the Console. @@ -32,8 +46,6 @@ For details about compatibility between different releases, see the **Commitment - Show a per-device report when errors occur. - More structural changes to the process to improve UX. -### Deprecated - ### Removed - Packet Broker mutual TLS authentication; only OAuth 2.0 is supported now. @@ -56,8 +68,6 @@ For details about compatibility between different releases, see the **Commitment - End device session keys handling in the Console. - Byte input width in Safari in the Console. -### Security - ## [3.14.1] - 2021-08-06 ### Added @@ -1728,7 +1738,8 @@ For details about compatibility between different releases, see the **Commitment -[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.1...v3.14 +[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.2...v3.14 +[3.14.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.1...v3.14.2 [3.14.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.0...v3.14.1 [3.14.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.3...v3.14.0 [3.13.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.2...v3.13.3 diff --git a/package.json b/package.json index debb68b4e4..9dd88c8fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.14.1", + "version": "3.14.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 f043e42fc0..2411a272aa 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.14.1-dev" +var TTN = "3.14.2-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index 88d68e795b..a073f8a240 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.14.1", + "version": "3.14.2", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",