diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6ca2ff1..54404ecc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.341.0" + ".": "1.342.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 31603ef0..0f7fb74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.342.0](https://github.com/Increase/increase-ruby/compare/v1.341.0...v1.342.0) (2026-07-13) + + +### Features + +* **api:** api update ([#495](https://github.com/Increase/increase-ruby/issues/495)) ([d2ecf25](https://github.com/Increase/increase-ruby/commit/d2ecf2523ee25d6751e88932a673921aaa2128f9)) + + +### Bug Fixes + +* **api:** make address country optional, defaulting to US ([c591896](https://github.com/Increase/increase-ruby/commit/c591896200ab1ae5fc82ecb5af2f37cef19de457)) + ## [1.341.0](https://github.com/Increase/increase-ruby/compare/v1.340.0...v1.341.0) (2026-07-02) diff --git a/Gemfile.lock b/Gemfile.lock index dd240267..9a5525d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.341.0) + increase (1.342.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index f3ac831f..a3a3f757 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.341.0" +gem "increase", "~> 1.342.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 11836907..bbbc4889 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.341.0" + VERSION = "1.342.0" end