orb-billing 1.5.1 → 1.7.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/README.md +1 -1
  4. data/lib/orb/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e0c597ec876cf9e188fcefa7fb22ee0b81b29a76fc608aead48a6d627749f19
4
- data.tar.gz: d1a77bcfc4ce8bd684a2ec47ea680ff29e0178e7f5db27819872f8c7d71eda32
3
+ metadata.gz: c2d0c4a4d09df50af007b4fdb30bab19a35a3841ab39a9c91417b23c5a1c2dd3
4
+ data.tar.gz: ad68ccefacec87801c1614a0886c49bec12c12614112d57dcd201c12b286968c
5
5
  SHA512:
6
- metadata.gz: 93aa9044f594171c74118838ed32a129251ba40d728ff283cddcfae40adbf7afdafb9eb7025fa939fad681ed7c124c41876e2e5aa62f92dfc72209646b0c7be9
7
- data.tar.gz: 33448d4588418afca532528e82b99c1f15849ad351ded6fa0038845b36e87e5b9a906c0a5a8fccc42a3ae193caff3026b26f3492e28a9762b80e4e148be4023d
6
+ metadata.gz: 5a45c2386ef7dbe71fe6f15792e7471cb57aae04c6cfd2d6399b63f10ea54386f36cc750a6691a88e982199a911debc748ebaf7abcc129d8e28d28a5fc6085b3
7
+ data.tar.gz: 41d387c383177267bd4806fe341df92d69d2a07de4815e07c221fe4fcefde6395f45053249eb9d75eed95bea8e6d14ec953da1ee47c80c5c02b7d1c0aea09f6d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.7.0 (2025-07-16)
4
+
5
+ Full Changelog: [v1.6.0...v1.7.0](https://github.com/orbcorp/orb-ruby/compare/v1.6.0...v1.7.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([78865a0](https://github.com/orbcorp/orb-ruby/commit/78865a03cdc7ca40dacad41ef18546f8bbee1593))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** version bump ([811d9b6](https://github.com/orbcorp/orb-ruby/commit/811d9b63cef236992ab6cef658877c4cec96f61a))
15
+
16
+ ## 1.6.0 (2025-07-16)
17
+
18
+ Full Changelog: [v1.5.1...v1.6.0](https://github.com/orbcorp/orb-ruby/compare/v1.5.1...v1.6.0)
19
+
20
+ ### Features
21
+
22
+ * **api:** api update ([f48f7f7](https://github.com/orbcorp/orb-ruby/commit/f48f7f74612c909510f17c3aa881dfe624d019fe))
23
+
24
+
25
+ ### Chores
26
+
27
+ * **internal:** version bump ([c9a74a0](https://github.com/orbcorp/orb-ruby/commit/c9a74a0a6affd0104ee2d4950f8c9910a23d25fe))
28
+
3
29
  ## 1.5.1 (2025-07-16)
4
30
 
5
31
  Full Changelog: [v1.5.0...v1.5.1](https://github.com/orbcorp/orb-ruby/compare/v1.5.0...v1.5.1)
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", "~> 1.5.1"
18
+ gem "orb-billing", "~> 1.7.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
data/lib/orb/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orb
4
- VERSION = "1.5.1"
4
+ VERSION = "1.7.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orb-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb