Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.11.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 115
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d513be954ba2cb57489bd048f93790cabb13849f0f04d328a5a15694c99550df.yml
openapi_spec_hash: 0d42694f412abf65defc3f88646a809c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-028b94908fa562ed9c31c1137078f958f859e79b33b8fddbd64934e1bb4ffd32.yml
openapi_spec_hash: e9a8403fd1da4edf627451a88ba27a55
config_hash: 1e2186b09e57d7d27b6ab5c8e6410b31
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.11.0 (2025-06-03)

Full Changelog: [v0.10.0...v0.11.0](https://github.com/orbcorp/orb-ruby/compare/v0.10.0...v0.11.0)

### Features

* **api:** api update ([7eff3fa](https://github.com/orbcorp/orb-ruby/commit/7eff3fa81e770e512c70c5659e73147e0ce80b1b))


### Chores

* **internal:** version bump ([79e25f6](https://github.com/orbcorp/orb-ruby/commit/79e25f64012492bbcdd5bb6dbe178c5156d014cb))

## 0.10.0 (2025-06-02)

Full Changelog: [v0.9.1...v0.10.0](https://github.com/orbcorp/orb-ruby/compare/v0.9.1...v0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
orb-billing (0.9.1)
orb-billing (0.10.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "orb-billing", "~> 0.10.0"
gem "orb-billing", "~> 0.11.0"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/orb/resources/subscriptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def unschedule_fixed_fee_quantity_updates(subscription_id, params)
end

# This endpoint can be used to unschedule any pending plan changes on an existing
# subscription.
# subscription. When called, all upcoming plan changes will be unscheduled.
#
# @overload unschedule_pending_plan_changes(subscription_id, request_options: {})
#
Expand Down
2 changes: 1 addition & 1 deletion lib/orb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Orb
VERSION = "0.10.0"
VERSION = "0.11.0"
end
2 changes: 1 addition & 1 deletion rbi/orb/resources/subscriptions.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ module Orb
end

# This endpoint can be used to unschedule any pending plan changes on an existing
# subscription.
# subscription. When called, all upcoming plan changes will be unscheduled.
sig do
params(
subscription_id: String,
Expand Down