diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff4f9a50..36b2affb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.33" + ".": "0.1.0-alpha.34" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca7b2f0..918f7aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.34 (2025-04-02) + +Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.33...v0.1.0-alpha.34) + +### Chores + +* **internal:** version bump ([#205](https://github.com/orbcorp/orb-ruby/issues/205)) ([eff998e](https://github.com/orbcorp/orb-ruby/commit/eff998ea9bb85edc4987b45026da06d14b905964)) + ## 0.1.0-alpha.33 (2025-04-02) Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.32...v0.1.0-alpha.33) diff --git a/Gemfile.lock b/Gemfile.lock index f53d826b..5c43cb62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - orb-billing (0.1.0.pre.alpha.32) + orb-billing (0.1.0.pre.alpha.33) connection_pool GEM diff --git a/README.md b/README.md index f194aa55..7d16e684 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/ To use this gem, install via Bundler by adding the following to your application's `Gemfile`: ```ruby -gem "orb-billing", "~> 0.1.0.pre.alpha.32" +gem "orb-billing", "~> 0.1.0.pre.alpha.33" ``` To fetch an initial copy of the gem: diff --git a/lib/orb/version.rb b/lib/orb/version.rb index 67610d05..4cce5c3f 100644 --- a/lib/orb/version.rb +++ b/lib/orb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Orb - VERSION = "0.1.0-alpha.33" + VERSION = "0.1.0-alpha.34" end diff --git a/rbi/lib/orb/version.rbi b/rbi/lib/orb/version.rbi index c77c4eb9..9a22681e 100644 --- a/rbi/lib/orb/version.rbi +++ b/rbi/lib/orb/version.rbi @@ -1,5 +1,5 @@ # typed: strong module Orb - VERSION = "0.1.0-alpha.33" + VERSION = "0.1.0-alpha.34" end diff --git a/sig/orb/version.rbs b/sig/orb/version.rbs index 8f743dc7..e9f22cdb 100644 --- a/sig/orb/version.rbs +++ b/sig/orb/version.rbs @@ -1,3 +1,3 @@ module Orb - VERSION: "0.1.0-alpha.32" + VERSION: "0.1.0-alpha.33" end