Skip to content

Commit 50a6aa6

Browse files
committed
Update latest API version to 2022-04
1 parent 5c7e1b6 commit 50a6aa6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

33
## Unreleased
4-
- [#933](https://github.com/Shopify/shopify_api/pull/933) Fix syntax of GraphQL query in `Webhooks.get_webhook_id` method by removing extra curly brace
54

5+
- [#933](https://github.com/Shopify/shopify_api/pull/933) Fix syntax of GraphQL query in `Webhooks.get_webhook_id` method by removing extra curly brace
66
- [#941](https://github.com/Shopify/shopify_api/pull/941) Fix `to_hash` to return readonly attributes, unless being used for serialize the object for saving - fix issue [#930](https://github.com/Shopify/shopify_api/issues/930)
7+
- [#959](https://github.com/Shopify/shopify_api/pull/959) Update `LATEST_SUPPORTED_ADMIN_VERSION` to `2022-04` to align it with the current value
78

89
## Version 10.0.3
910

lib/shopify_api/admin_versions.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module AdminVersions
1212
"2021-04",
1313
], T::Array[String])
1414

15-
LATEST_SUPPORTED_ADMIN_VERSION = T.let("2022-01", String)
15+
LATEST_SUPPORTED_ADMIN_VERSION = T.let("2022-04", String)
1616
end
1717

1818
SUPPORTED_ADMIN_VERSIONS = ShopifyAPI::AdminVersions::SUPPORTED_ADMIN_VERSIONS

0 commit comments

Comments
 (0)