diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 661793d0..f4471b38 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.343.0" + ".": "1.344.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bec7f10..b2c58758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.344.0](https://github.com/Increase/increase-ruby/compare/v1.343.0...v1.344.0) (2026-07-15) + + +### Features + +* **api:** api update ([#501](https://github.com/Increase/increase-ruby/issues/501)) ([beaefa3](https://github.com/Increase/increase-ruby/commit/beaefa30e401e25523502b35b67bec9b4f6cfa21)) + ## [1.343.0](https://github.com/Increase/increase-ruby/compare/v1.342.0...v1.343.0) (2026-07-15) diff --git a/Gemfile.lock b/Gemfile.lock index 2be359dd..14aa61ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.343.0) + increase (1.344.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index eb23b629..e8f6ec28 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.343.0" +gem "increase", "~> 1.344.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index bf4b76b7..16be1814 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.343.0" + VERSION = "1.344.0" end