Skip to content

Commit

Permalink
release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofgentoo committed Feb 24, 2022
1 parent 606c952 commit e9621ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

0.5.2 released 2022-02-24
-------------------------

- add OAuth authenticator to replace deprecated OIDC implementation (606c952_)
- add basic user/group/bundle CRUD tests to the integrated auth tests (0c84a2d_)
- *BC break* require rate-limiting setup by default, simplify configuration (7d7b532_)

.. _606c952: https://github.com/level12/keg-auth/commit/606c952
.. _0c84a2d: https://github.com/level12/keg-auth/commit/0c84a2d
.. _7d7b532: https://github.com/level12/keg-auth/commit/7d7b532


0.5.1 released 2022-02-22
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion keg_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.5.1'
VERSION = '0.5.2'

0 comments on commit e9621ad

Please sign in to comment.