From 0e2346bcd05eda1cf171092e8fc6aba98b020177 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Fri, 30 Jan 2026 09:26:52 -0600 Subject: [PATCH 1/2] make prepare-release v=0.0.17 --- .changesets/20260129-183946-mono-sync.md | 7 ------- CHANGELOG.md | 7 +++++++ turnkey_client/lib/turnkey_client/version.rb | 2 +- turnkey_client_inputs/config.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 .changesets/20260129-183946-mono-sync.md create mode 100644 CHANGELOG.md diff --git a/.changesets/20260129-183946-mono-sync.md b/.changesets/20260129-183946-mono-sync.md deleted file mode 100644 index aa275fe..0000000 --- a/.changesets/20260129-183946-mono-sync.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Mono Sync" -date: "2026-01-29" -bump: "patch" ---- - -Synced with Mono API v2026.1.4 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6c7b010 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.0.17 -- 2026-01-30 + +### Patch Changes +- Synced with Mono API v2026.1.4 + diff --git a/turnkey_client/lib/turnkey_client/version.rb b/turnkey_client/lib/turnkey_client/version.rb index 2605684..f1504b0 100644 --- a/turnkey_client/lib/turnkey_client/version.rb +++ b/turnkey_client/lib/turnkey_client/version.rb @@ -9,5 +9,5 @@ =end module TurnkeyClient - VERSION = '0.0.16' + VERSION = '0.0.17' end diff --git a/turnkey_client_inputs/config.json b/turnkey_client_inputs/config.json index a43465c..0b77478 100644 --- a/turnkey_client_inputs/config.json +++ b/turnkey_client_inputs/config.json @@ -6,5 +6,5 @@ "gemAuthor": "Turnkey Engineering", "gemAuthorEmail": "hello@turnkey.com", "moduleName": "TurnkeyClient", - "gemVersion": "0.0.16" + "gemVersion": "0.0.17" } From f13682ddbe5e984bd8d74037a167e3333f459263 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Fri, 30 Jan 2026 09:30:58 -0600 Subject: [PATCH 2/2] Add context and PR links to CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7b010..2800b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,12 @@ ## 0.0.17 -- 2026-01-30 ### Patch Changes -- Synced with Mono API v2026.1.4 +- [#21](https://github.com/tkhq/ruby-sdk/pull/21): Synced with Mono API v2026.1.4 +- [#23](https://github.com/tkhq/ruby-sdk/pull/23): Fix bundling issue with gem publishing +- [#20](https://github.com/tkhq/ruby-sdk/pull/20): Added publishing workflow (not yet used) +- [#19](https://github.com/tkhq/ruby-sdk/pull/19): Added custom changeset tooling (used to generate this CHANGELOG going forward) + +## 0.0.16 -- 2026-01-29 + +Version yanked because the resulting gem was too large in size (81MB)