Skip to content

Commit

Permalink
Merge pull request #959 from Shopify/update_latest_api_version
Browse files Browse the repository at this point in the history
Update latest API version to 2022-04
  • Loading branch information
paulomarg committed May 16, 2022
2 parents 5c7e1b6 + 50a6aa6 commit bd1ef59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Unreleased
- [#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

- [#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
- [#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)
- [#959](https://github.com/Shopify/shopify_api/pull/959) Update `LATEST_SUPPORTED_ADMIN_VERSION` to `2022-04` to align it with the current value

## Version 10.0.3

Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_api/admin_versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module AdminVersions
"2021-04",
], T::Array[String])

LATEST_SUPPORTED_ADMIN_VERSION = T.let("2022-01", String)
LATEST_SUPPORTED_ADMIN_VERSION = T.let("2022-04", String)
end

SUPPORTED_ADMIN_VERSIONS = ShopifyAPI::AdminVersions::SUPPORTED_ADMIN_VERSIONS
Expand Down

0 comments on commit bd1ef59

Please sign in to comment.