aws-sdk-billing 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2fd2cc82e8bdbdc1ef83d2b3899d8c10eba585073aa85a862edba187c01dcf0
4
- data.tar.gz: 20fa8b829b5071583012d784cb386731cba394422aa90489cd27d704d80afb77
3
+ metadata.gz: 338bcee38720df42d53c62133d654d8255624d68485ec3d597877610bc3ca04e
4
+ data.tar.gz: a1affa6574949487ff5e14b9c8a06528f6c06b0758dd07b9bc09a5655cc7121f
5
5
  SHA512:
6
- metadata.gz: f10f7ec6b32f78dbbe2bd36f4417a335ce16a92f5e746b77519df8b504aaa562c6bcfd3d8fcaddff61a821ee5ed2dcd2375a50aadfb74b91df7aa584139b35cb
7
- data.tar.gz: bd22e7d8aa9bc7932156aaee273fee4748040d20e877e193d43f9ecea404be3e1673af893f4f9bf86d86872fd80d8d0af5d2a36c02e153633101b37d0b02a5c5
6
+ metadata.gz: 20be348a76a4f21081c6f86c19c44e03e545c55a25fd75d853890dfc20baeea610146a48709d13f865d63e37ce6dcdeb1d4c4795d421a2b73cc9ecc104debe41
7
+ data.tar.gz: ed0aef1c7773fde9938ed062f3ce05b919839ab7312a0ded34e8392da7b21243c965f4901eeaa56f56103aa03f55d9294ec92f792d3b6ee00f318c75f5658f86
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2025-08-08)
5
+ ------------------
6
+
7
+ * Feature - Removed incorrect endpoint tests
8
+
4
9
  1.10.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -1134,7 +1134,7 @@ module Aws::Billing
1134
1134
  tracer: tracer
1135
1135
  )
1136
1136
  context[:gem_name] = 'aws-sdk-billing'
1137
- context[:gem_version] = '1.10.0'
1137
+ context[:gem_version] = '1.11.0'
1138
1138
  Seahorse::Client::Request.new(handlers, context)
1139
1139
  end
1140
1140
 
@@ -55,7 +55,7 @@ module Aws::Billing
55
55
  autoload :EndpointProvider, 'aws-sdk-billing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-billing/endpoints'
57
57
 
58
- GEM_VERSION = '1.10.0'
58
+ GEM_VERSION = '1.11.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services