Skip to content

Commit

Permalink
Update changelog. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Mar 24, 2020
1 parent ffc0597 commit 3f190c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ theme = "chirpstack-hugo-theme"
weight = 6

[params]
version = "3.9.0"
version = "3.10.0"
component = "chirpstack-application-server"
21 changes: 21 additions & 0 deletions docs/content/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ description: Lists the changes per ChirpStack Application Server release, includ

# Changelog

## v3.10.0

### Features

#### Generate API keys in web-interface

This makes it possible to generate (and revoke) API keys directly from within
the web-interface. Internally, a lot of authorization code has been cleaned up
to remove duplication and make the code easier to maintain. ([#421](https://github.com/brocaar/chirpstack-application-server/pull/421))

### Improvements

* Use server time instead of gateway reported time in stats. ([#440](https://github.com/brocaar/chirpstack-application-server/pull/440/))

### Bugfixes

* Fix `objectJSON` formatting in web-interface.
* Fix AMQP re-connect issue.
* Fix setting `updated_at` field on organization user update. ([#430](https://github.com/brocaar/chirpstack-application-server/pull/430))
* Fix create service-profile with empty name. ([#436](https://github.com/brocaar/chirpstack-application-server/pull/436/))

## v3.9.0

### Features
Expand Down

0 comments on commit 3f190c4

Please sign in to comment.