@@ -1,3 +1,9 @@
+== Version 4.3.5
+
+* Added support for online mode access tokens, token expiry, and associated_user information.
+* Added `ShopifyAPI::DraftOrder`
+* Added `ShopifyAPI::DraftOrderInvoice`
== Version 4.3.4
* Added `ShopifyAPI::ProductListing`
@@ -1,3 +1,3 @@
module ShopifyAPI
- VERSION = "4.3.4"
+ VERSION = "4.3.5"
end