Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 10, 2024
1 parent b75eeed commit 3404d5a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions gems/aws-sdk-cloudfront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased Changes
------------------

1.86.1 (2024-01-10)
------------------

* Issue - Minor performance optimization - replace gsub with delete.

1.86.0 (2023-11-28)
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-cloudfront/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.86.0
1.86.1
2 changes: 1 addition & 1 deletion gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
# @!group service
module Aws::CloudFront

GEM_VERSION = '1.86.0'
GEM_VERSION = '1.86.1'

end
2 changes: 1 addition & 1 deletion gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9392,7 +9392,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-cloudfront'
context[:gem_version] = '1.86.0'
context[:gem_version] = '1.86.1'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down

0 comments on commit 3404d5a

Please sign in to comment.