From 0aaa054c1d389b3679fc06cf0ffa95cfc7f6c774 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:38:30 +0000 Subject: [PATCH 1/3] chore(internal): version bump From e281fdce28d18ae794f3364f5046e7d65de39844 Mon Sep 17 00:00:00 2001 From: meorphis Date: Mon, 21 Jul 2025 12:25:21 -0400 Subject: [PATCH 2/3] chore: fix formatting --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 211ac9a5..e8fdcd65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { ".": "1.10.1" -} +} \ No newline at end of file From f50880bc8f3820fe76cb1c95834931a729184f5e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:25:50 +0000 Subject: [PATCH 3/3] release: 1.10.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/knockapi/version.rb | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8fdcd65..9bd8fad4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.1" + ".": "1.10.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index da350cf3..70cd6307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.10.2 (2025-07-21) + +Full Changelog: [v1.10.1...v1.10.2](https://github.com/knocklabs/knock-ruby/compare/v1.10.1...v1.10.2) + +### Chores + +* fix formatting ([e281fdc](https://github.com/knocklabs/knock-ruby/commit/e281fdce28d18ae794f3364f5046e7d65de39844)) +* **internal:** version bump ([0aaa054](https://github.com/knocklabs/knock-ruby/commit/0aaa054c1d389b3679fc06cf0ffa95cfc7f6c774)) + ## 1.10.1 (2025-07-21) Full Changelog: [v1.10.0...v1.10.1](https://github.com/knocklabs/knock-ruby/compare/v1.10.0...v1.10.1) diff --git a/Gemfile.lock b/Gemfile.lock index 5c726a33..06d91c03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - knockapi (1.10.1) + knockapi (1.10.2) connection_pool GEM diff --git a/README.md b/README.md index 5fc5a5b8..6a4e7be7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "knockapi", "~> 1.10.1" +gem "knockapi", "~> 1.10.2" ``` diff --git a/lib/knockapi/version.rb b/lib/knockapi/version.rb index e29113b5..23f71c4c 100644 --- a/lib/knockapi/version.rb +++ b/lib/knockapi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Knockapi - VERSION = "1.10.1" + VERSION = "1.10.2" end