Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed Apr 16, 2021
1 parent e47c409 commit e83ecf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## Unreleased
No unreleased changes.

## 1.1.1 - 2021-04-16
### Changed
- Fixed session tokens DRF backend authentication return value.

## 1.1.0 - 2021-04-15
### Added
- Added support for session token auth.
Expand Down
2 changes: 1 addition & 1 deletion shopify_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 1, 0)
VERSION = (1, 1, 1)
__version__ = '.'.join(map(str, VERSION))
__author__ = 'Gavin Ballard'

Expand Down

0 comments on commit e83ecf0

Please sign in to comment.