diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91922acb..4f8d2d4b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.169.0" + ".": "1.170.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3344b2..76e641f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.170.0 (2026-01-01) + +Full Changelog: [v1.169.0...v1.170.0](https://github.com/Increase/increase-ruby/compare/v1.169.0...v1.170.0) + +### Features + +* **api:** api update ([b2804c4](https://github.com/Increase/increase-ruby/commit/b2804c4a956655f52561596b0f4ebb06e06af1ff)) + ## 1.169.0 (2025-12-19) Full Changelog: [v1.168.0...v1.169.0](https://github.com/Increase/increase-ruby/compare/v1.168.0...v1.169.0) diff --git a/Gemfile.lock b/Gemfile.lock index 7b22d151..dd202799 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.169.0) + increase (1.170.0) connection_pool GEM diff --git a/LICENSE b/LICENSE index 197f9362..3bdba4f5 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Increase + Copyright 2026 Increase Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 6853d26c..e1010468 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.169.0" +gem "increase", "~> 1.170.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index a284b92a..8d72925c 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.169.0" + VERSION = "1.170.0" end