diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b62afc..9239eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +No unreleased changes. + +## 0.9.1 - 2020-03-25 ### Added - Detection if third party cookies are allowed diff --git a/shopify_auth/__init__.py b/shopify_auth/__init__.py index 07bc80f..2df6f1f 100644 --- a/shopify_auth/__init__.py +++ b/shopify_auth/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 0) +VERSION = (0, 9, 1) __version__ = '.'.join(map(str, VERSION)) __author__ = 'Gavin Ballard'