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..2800b39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.0.17 -- 2026-01-30 + +### Patch Changes + +- [#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) 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" }