orb-billing 1.23.0 → 1.24.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 +8 -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: 19227e347dfaaa00a58f6ad54abae076fe861aee72c03197b0270a9e17423ed1
4
- data.tar.gz: 129c2a00adaad2e94eec77ad9901c9bb18668218babfe5047c92e424a460cbdc
3
+ metadata.gz: b61918b0acf9475870a29cce54bc6f0c0aad82227f2388721261feba084471d9
4
+ data.tar.gz: d290331287d84a3c028e5320ac86ced223c9356990b233e1f63636a432e95fcf
5
5
  SHA512:
6
- metadata.gz: '07380ab667d49def185a414eb23da60ddc3f347cbda0e932887779666c10da8bc0d14387fc14b70ea2dda4fa6e1e7c16a40364dfc71ca40667a6c1c51364930c'
7
- data.tar.gz: 14dd81c7cda0f7c9316e24cbc4a20de7c82430b061ae8a187d6f7b6cd73a9c64caea83dbad0b45d6bcc3674da17fbcb64b4346fa1a3b1212fc963e889a1d3087
6
+ metadata.gz: 59c501e77f6fdc3f7b33915c8cf8f959a4636cfd266dc98244125efa7fde37d8b90dde30edc856257c566cc4d795bfbd1985b48040c7403e9a5a4dc6d51144b7
7
+ data.tar.gz: 7fd72bd8ef6f49d12f3e38f7719f794727caab97b237d450fb8d861a69eda9756224e4bd2e83c9e4bda2d5392779b2615be3187b1ba60bc4c39218225348be22
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.24.0](https://github.com/orbcorp/orb-ruby/compare/v1.23.0...v1.24.0) (2026-07-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * **api:** add endpoint to create plan-level alerts ([22a6c4c](https://github.com/orbcorp/orb-ruby/commit/22a6c4c87848a8cd2e5b7b92f75eb2610030d2a0))
9
+ * **api:** add endpoint to create plan-level alerts and allow PUT updates for plan usage alert thresholds ([22a6c4c](https://github.com/orbcorp/orb-ruby/commit/22a6c4c87848a8cd2e5b7b92f75eb2610030d2a0))
10
+
3
11
  ## [1.23.0](https://github.com/orbcorp/orb-ruby/compare/v1.22.0...v1.23.0) (2026-07-26)
4
12
 
5
13
 
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.23.0"
18
+ gem "orb-billing", "~> 1.24.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.23.0"
4
+ VERSION = "1.24.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.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb