Skip to content

Commit

Permalink
Minimum core version
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Sep 26, 2023
1 parent 64e5432 commit fc488c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tools/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ServiceEnumerator
MANIFEST_PATH = File.expand_path('../../services.json', __FILE__)

# Minimum `aws-sdk-core` version for new gem builds
MINIMUM_CORE_VERSION = "3.177.0"
MINIMUM_CORE_VERSION = "3.184.0"

# Minimum `aws-sdk-core` version for new S3 gem builds
MINIMUM_CORE_VERSION_S3 = "3.181.0"
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Unreleased Changes
------------------

* Issue - Change the `ServiceError` data member from read only to read/write.
* Feature - Change the `ServiceError` data member from read only to read/write.

3.183.1 (2023-09-25)
------------------
Expand Down

0 comments on commit fc488c3

Please sign in to comment.