Skip to content

Commit 9ae6d17

Browse files
committed
Merge pull-request #24
2 parents d05e93b + f13682d commit 9ae6d17

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

.changesets/20260129-183946-mono-sync.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.0.17 -- 2026-01-30
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/tkhq/ruby-sdk/pull/21): Synced with Mono API v2026.1.4
8+
- [#23](https://github.com/tkhq/ruby-sdk/pull/23): Fix bundling issue with gem publishing
9+
- [#20](https://github.com/tkhq/ruby-sdk/pull/20): Added publishing workflow (not yet used)
10+
- [#19](https://github.com/tkhq/ruby-sdk/pull/19): Added custom changeset tooling (used to generate this CHANGELOG going forward)
11+
12+
## 0.0.16 -- 2026-01-29
13+
14+
Version yanked because the resulting gem was too large in size (81MB)

turnkey_client/lib/turnkey_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
=end
1010

1111
module TurnkeyClient
12-
VERSION = '0.0.16'
12+
VERSION = '0.0.17'
1313
end

turnkey_client_inputs/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"gemAuthor": "Turnkey Engineering",
77
"gemAuthorEmail": "hello@turnkey.com",
88
"moduleName": "TurnkeyClient",
9-
"gemVersion": "0.0.16"
9+
"gemVersion": "0.0.17"
1010
}

0 commit comments

Comments
 (0)