Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changesets/20260129-183946-mono-sync.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion turnkey_client/lib/turnkey_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
=end

module TurnkeyClient
VERSION = '0.0.16'
VERSION = '0.0.17'
end
2 changes: 1 addition & 1 deletion turnkey_client_inputs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"gemAuthor": "Turnkey Engineering",
"gemAuthorEmail": "hello@turnkey.com",
"moduleName": "TurnkeyClient",
"gemVersion": "0.0.16"
"gemVersion": "0.0.17"
}
Loading