Skip to content

Commit 06c7f50

Browse files
authored
Merge pull request #1428 from Shopify/v16.0.0
Preparing for release 16.0.0
2 parents 0d89f9b + d7fda40 commit 06c7f50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
Note: For changes to the API, see https://shopify.dev/changelog?filter=api
4-
## Unreleased
4+
## 16.0.0 (2025-12-10)
55
- ⚠️ [Breaking] Minimum required Ruby version is now 3.2. Ruby 3.0 and 3.1 are no longer supported.
66
- ⚠️ [Breaking] Removed `Session#serialize` and `Session.deserialize` methods due to security concerns (RCE vulnerability via `Oj.load`). These methods were not used internally by the library. If your application relies on session serialization, use `Session.new()` to reconstruct sessions from stored attributes instead.
77

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify_api (15.0.0)
4+
shopify_api (16.0.0)
55
activesupport
66
concurrent-ruby
77
hash_diff

lib/shopify_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module ShopifyAPI
5-
VERSION = "15.0.0"
5+
VERSION = "16.0.0"
66
end

0 commit comments

Comments
 (0)