Skip to content

Commit 23516d0

Browse files
authored
Merge pull request #451 from Shopify/v8.2.0
Release v8.2.0
2 parents e34d095 + 849c993 commit 23516d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== Version 8.2.0
2+
- [Feature] Add support for Dynamic API Versioning. When the library is initialized, it will now make a request to
3+
Shopify to fetch a list of the available API versions. ([#441](https://github.com/Shopify/shopify_python_api/pull/441))
4+
15
== Version 8.1.0
26
- [Feature] Add support for Shopify Payments resources (#428)
37

shopify/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '8.1.0'
1+
VERSION = '8.2.0'

0 commit comments

Comments
 (0)