orb-billing 0.10.0 → 0.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: 0fc3d6747d0949471ff108070f8106061056ca686739bf9f382de763dec391de
4
- data.tar.gz: ba5cf7901eede9bef59e785299c3327a33c947620fe0ee797dff8d3ca6dcca01
3
+ metadata.gz: c8192f9ebe60191f7bec979e6ab606aab7da16eb738dd6e83c2d1bf073a9287c
4
+ data.tar.gz: 93e4fbff86d786018eeb14983a414be27baa664df33f69981bd0e428540935cf
5
5
  SHA512:
6
- metadata.gz: 2b96875aef0246227c5ee01518dcf0221941f3993622ed30ee508359a7a1b6e4b61160817c26ed8c594362d2b83a2fcb4696e1f481164a74ff7cd16cbb4f0c64
7
- data.tar.gz: fa5c5b729a07b91f6eea0f1f3aa20447f79797a0d3ee8ec92b501d5588a6c3e9630a20586fe5c6d76c31c62d5c9315877f46733be02aab9f7485ca1e57721cf1
6
+ metadata.gz: 31ec5eacb067b7b541caffde4b4e4ef98a7d9e44cfb5145a3014168b7012934f9e13b25973280d4db6f40f461c127cbbd6a4390ee9d9bd0f94b0ff7f66ae8400
7
+ data.tar.gz: 8c3d52412020ec2540b4d2a6257b7fa9a177bb165dedb4b084d65e27aa2cc281aa42e602b1b3f4b8dea86d719a50696a27273f62b500dbf94cfb90ef3219615e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.0 (2025-06-03)
4
+
5
+ Full Changelog: [v0.10.0...v0.11.0](https://github.com/orbcorp/orb-ruby/compare/v0.10.0...v0.11.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([7eff3fa](https://github.com/orbcorp/orb-ruby/commit/7eff3fa81e770e512c70c5659e73147e0ce80b1b))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** version bump ([79e25f6](https://github.com/orbcorp/orb-ruby/commit/79e25f64012492bbcdd5bb6dbe178c5156d014cb))
15
+
3
16
  ## 0.10.0 (2025-06-02)
4
17
 
5
18
  Full Changelog: [v0.9.1...v0.10.0](https://github.com/orbcorp/orb-ruby/compare/v0.9.1...v0.10.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "orb-billing", "~> 0.10.0"
18
+ gem "orb-billing", "~> 0.11.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1357,7 +1357,7 @@ module Orb
1357
1357
  end
1358
1358
 
1359
1359
  # This endpoint can be used to unschedule any pending plan changes on an existing
1360
- # subscription.
1360
+ # subscription. When called, all upcoming plan changes will be unscheduled.
1361
1361
  #
1362
1362
  # @overload unschedule_pending_plan_changes(subscription_id, request_options: {})
1363
1363
  #
data/lib/orb/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orb
4
- VERSION = "0.10.0"
4
+ VERSION = "0.11.0"
5
5
  end
@@ -1436,7 +1436,7 @@ module Orb
1436
1436
  end
1437
1437
 
1438
1438
  # This endpoint can be used to unschedule any pending plan changes on an existing
1439
- # subscription.
1439
+ # subscription. When called, all upcoming plan changes will be unscheduled.
1440
1440
  sig do
1441
1441
  params(
1442
1442
  subscription_id: String,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orb-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-02 00:00:00.000000000 Z
11
+ date: 2025-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool