Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed Jun 14, 2024
1 parent d16be82 commit cbfa7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## Unreleased
No unreleased changes.

## 2.0.1 - 2024-06-14

### Changed
- Shopify UI extensions send tokens without iss key. To prevent the middleware from raising exceptions for these requests we're now ignoring missing iss key.


## 2.0.0 - 2023-01-10

### Removed
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 = (2, 0, 0)
VERSION = (2, 0, 1)
__version__ = '.'.join(map(str, VERSION))
__author__ = 'Gavin Ballard'

Expand Down

0 comments on commit cbfa7ef

Please sign in to comment.