Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stlk committed May 8, 2022
1 parent 99e0a9a commit a0ba361
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,18 @@
All notable changes to this project will be documented in this file.

## Unreleased
No unreleased changes.

## 0.6.0 - 2022-05-08
### Added
- Add support for Django 4

### Changed
- Update hmac not valid status code

### Removed
- Signals: remove deprecated provided_args argument

## 0.5.1 - 2019-12-23
### Changed
- Fixed long description for package upload
Expand Down
2 changes: 1 addition & 1 deletion shopify_webhook/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 5, 1)
VERSION = (0, 6, 0)
__version__ = '.'.join(map(str, VERSION))
__author__ = 'Gavin Ballard'

Expand Down

0 comments on commit a0ba361

Please sign in to comment.