Skip to content

Commit e14215f

Browse files
release: 1.0.0
1 parent a04f1e8 commit e14215f

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 1.0.0 (2025-06-09)
4+
5+
Full Changelog: [v0.12.0...v1.0.0](https://github.com/orbcorp/orb-ruby/compare/v0.12.0...v1.0.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **client:** breaking change to re-use types
10+
11+
### Features
12+
13+
* **api:** api update ([a04f1e8](https://github.com/orbcorp/orb-ruby/commit/a04f1e89e9188912bf860fc0214f657c2d135b6e))
14+
* **api:** api update ([bd80319](https://github.com/orbcorp/orb-ruby/commit/bd8031945315e344ca53add3fb00d33ff6453bd0))
15+
* **api:** manual updates ([c72f634](https://github.com/orbcorp/orb-ruby/commit/c72f6346f566626bc15ee71e218f7aebdbf9f3ff))
16+
* **client:** breaking change to re-use types ([4988d1c](https://github.com/orbcorp/orb-ruby/commit/4988d1cf7cf2ebdbb78227c8fed3cc63647942a2))
17+
18+
19+
### Chores
20+
21+
* **internal:** version bump ([46b439b](https://github.com/orbcorp/orb-ruby/commit/46b439b8d9cb1e7ea8fe97e2d81ec66d60f3aada))
22+
323
## 0.12.0 (2025-06-04)
424

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
1515
<!-- x-release-please-start-version -->
1616

1717
```ruby
18-
gem "orb-billing", "~> 0.12.0"
18+
gem "orb-billing", "~> 1.0.0"
1919
```
2020

2121
<!-- x-release-please-end -->

lib/orb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Orb
4-
VERSION = "0.12.0"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)