From c41bbb5340597798acc8220d26ad42ba4c488b51 Mon Sep 17 00:00:00 2001 From: "increase-releases[bot]" <285999079+increase-releases[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:05:04 +0000 Subject: [PATCH] release: 1.349.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 750baca2..dce25bac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.348.0" + ".": "1.349.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1628e2..ad061cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.349.0](https://github.com/Increase/increase-ruby/compare/v1.348.0...v1.349.0) (2026-08-27) + + +### Features + +* **api:** api update ([#558](https://github.com/Increase/increase-ruby/issues/558)) ([b7ae19f](https://github.com/Increase/increase-ruby/commit/b7ae19fa172aeaaa5e1169a9e3752df2d08d0478)) +* **api:** api update ([#564](https://github.com/Increase/increase-ruby/issues/564)) ([b1bd425](https://github.com/Increase/increase-ruby/commit/b1bd425d692848acb68d44537522a726e5032e2e)) + ## [1.348.0](https://github.com/Increase/increase-ruby/compare/v1.347.0...v1.348.0) (2026-08-20) diff --git a/Gemfile.lock b/Gemfile.lock index eb07d976..a033b152 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.348.0) + increase (1.349.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index b70dc7f8..39374004 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.348.0" +gem "increase", "~> 1.349.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index ac21f3a9..ec63d3bf 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.348.0" + VERSION = "1.349.0" end