Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akikoskinen committed Apr 4, 2023
1 parent 95a7421 commit 1f70717
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.8.1 - 2023-04-04

### Fixed

- Admin site logout view caching with Django 4
- Turn invalid string `amr` claim into an array in JWT

## 0.8.0 - 2023-03-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-helusers',
version='0.8.0',
version='0.8.1',
packages=['helusers'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 1f70717

Please sign in to comment.