Skip to content

Commit

Permalink
docs(changelog): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-01-11)

### Bug Fixes

* **account:** fix slurs validator triggering when no bad words list has been created ([0620c7a](0620c7a))

### Features

* **account:** allow character_settings to be visualized in admin view ([2c09aff](2c09aff))
* **account:** api endpoints to get character data ([ff90616](ff90616))
* **account:** endpoint for token generation ([acbe3d6](acbe3d6))
* **account:** introduce custom validators for username field ([3eb2414](3eb2414))
* **account:** make character settings endpoint public ([e360b35](e360b35))
* **api:** new register, login, logout and logoutall views ([cea831e](cea831e))
  • Loading branch information
semantic-release-bot committed Jan 11, 2021
1 parent 0620c7a commit 53c7230
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/unitystation/unitystation_auth/compare/v1.0.0...v1.1.0) (2021-01-11)


### Bug Fixes

* **account:** fix slurs validator triggering when no bad words list has been created ([0620c7a](https://github.com/unitystation/unitystation_auth/commit/0620c7a4beee57c89e009a5f173f40d1ade64ee8))


### Features

* **account:** allow character_settings to be visualized in admin view ([2c09aff](https://github.com/unitystation/unitystation_auth/commit/2c09aff46830cbcf6efaf94376735de56706d3eb))
* **account:** api endpoints to get character data ([ff90616](https://github.com/unitystation/unitystation_auth/commit/ff90616079518f4b900f5e2b0a832be8e9b3bb71))
* **account:** endpoint for token generation ([acbe3d6](https://github.com/unitystation/unitystation_auth/commit/acbe3d6de30be91b7b70640ee79dc8e20bc80ac1))
* **account:** introduce custom validators for username field ([3eb2414](https://github.com/unitystation/unitystation_auth/commit/3eb2414bc6209d32df24e9d0dd35e927e60d7639))
* **account:** make character settings endpoint public ([e360b35](https://github.com/unitystation/unitystation_auth/commit/e360b356083d6cda250eeb111c53fc1097e10327))
* **api:** new register, login, logout and logoutall views ([cea831e](https://github.com/unitystation/unitystation_auth/commit/cea831eba6878092dea709ad7bf7e6f1eae88f9c))

# 1.0.0 (2020-11-22)


Expand Down

0 comments on commit 53c7230

Please sign in to comment.