Skip to content

Commit

Permalink
all: Bump to version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htdvisser committed Oct 14, 2019
1 parent 4b8528a commit 6bbf24d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

- Deprecate the `tls.acme.enable` setting. To use ACME, set `tls.source` to `acme`.

### Removed

### Fixed

- Fix giving priority to ACME settings to remain backward compatible with configuration for `v3.2.0` and older

### Security

## [3.2.2] - 2019-10-14

### Added

- Initial API and CLI support for LoRaWAN application packages and application package associations.
- New documentation design.
- Support for ACME v2.

### Deprecated

- Deprecate the `tls.acme.enable` setting. To use ACME, set `tls.source` to `acme`.

### Fixed

- Fix giving priority to ACME settings to remain backward compatible with configuration for `v3.2.0` and older.

## [3.2.1] - 2019-10-11

### Added
Expand Down Expand Up @@ -322,7 +334,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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.2.1...HEAD
[Unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.1.2...v3.2.0
[3.1.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.1.1...v3.1.2
Expand Down
2 changes: 1 addition & 1 deletion doc/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ theme = "the-things-stack"
keywords = []
github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
github_repository_edit = "https://github.com/TheThingsNetwork/lorawan-stack/edit/master/doc/content"
version = "v3.2.1"
version = "v3.2.2"

[menu]
[[menu.right]]
Expand Down
2 changes: 1 addition & 1 deletion doc/themes/the-things-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-the-things-stack",
"version": "3.2.1",
"version": "3.2.2",
"private": true,
"description": "Hugo Theme for The Things Stack",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-stack",
"version": "3.2.1",
"version": "3.2.2",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/ttn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-lw",
"version": "3.2.1",
"version": "3.2.2",
"description": "The Things Stack for LoRaWAN JavaScript SDK",
"url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/master/sdk/js",
"main": "dist/index.js",
Expand Down

0 comments on commit 6bbf24d

Please sign in to comment.