Skip to content

Commit 555c1b4

Browse files
release: 0.20.0
1 parent 999db01 commit 555c1b4

5 files changed

Lines changed: 41 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.19.0"
2+
".": "0.20.0"
33
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## 0.20.0 (2026-03-28)
4+
5+
Full Changelog: [v0.19.0...v0.20.0](https://github.com/ArkHQ-io/ark-ruby/compare/v0.19.0...v0.20.0)
6+
7+
### Features
8+
9+
* **api:** add tenantId to send ([d443493](https://github.com/ArkHQ-io/ark-ruby/commit/d4434933efda6c1cc2cab76c52319113f67aab91))
10+
11+
12+
### Bug Fixes
13+
14+
* **internal:** correct multipart form field name encoding ([5d61b9b](https://github.com/ArkHQ-io/ark-ruby/commit/5d61b9b1cdd09c39eebca5102e349607afa202af))
15+
* properly mock time in ruby ci tests ([1af3ac3](https://github.com/ArkHQ-io/ark-ruby/commit/1af3ac341b43b64d6e491c72a0a8bda9408625e1))
16+
17+
18+
### Chores
19+
20+
* **ci:** add build step ([07f4b8f](https://github.com/ArkHQ-io/ark-ruby/commit/07f4b8f01d304d412aef6898dc8d003f701e2733))
21+
* **ci:** skip lint on metadata-only changes ([ca59137](https://github.com/ArkHQ-io/ark-ruby/commit/ca5913766b6889a2ea3c0966859652a01a2956b1))
22+
* **ci:** skip uploading artifacts on stainless-internal branches ([84760ce](https://github.com/ArkHQ-io/ark-ruby/commit/84760cec19c56830abbe97179c421be8ec8d0573))
23+
* **ci:** support opting out of skipping builds on metadata-only commits ([999db01](https://github.com/ArkHQ-io/ark-ruby/commit/999db01d79aa3e790cd164119e32a33c1161dd76))
24+
* **internal:** codegen related update ([59ed473](https://github.com/ArkHQ-io/ark-ruby/commit/59ed473b3a2c74b6baecde451956fb1a24829489))
25+
* **internal:** codegen related update ([52ec8d2](https://github.com/ArkHQ-io/ark-ruby/commit/52ec8d221046d735dd605aab684f17e074478cf9))
26+
* **internal:** tweak CI branches ([890ab73](https://github.com/ArkHQ-io/ark-ruby/commit/890ab7325739769a805f7d783b06f6aed714d5cd))
27+
* **internal:** update gitignore ([c32fe9f](https://github.com/ArkHQ-io/ark-ruby/commit/c32fe9f42f4108c3a02dd282375c2355d72c14b9))
28+
* **test:** do not count install time for mock server timeout ([8be7c3f](https://github.com/ArkHQ-io/ark-ruby/commit/8be7c3f8333306f7e3687ade2d770a928abbf270))
29+
* **tests:** bump steady to v0.19.4 ([20434aa](https://github.com/ArkHQ-io/ark-ruby/commit/20434aa984868e0c14f7a0aa7532ef1d13720ff0))
30+
* **tests:** bump steady to v0.19.5 ([b648dfd](https://github.com/ArkHQ-io/ark-ruby/commit/b648dfdd94ef618155eb49efcb6356877f045e7b))
31+
* **tests:** bump steady to v0.19.6 ([b617b4c](https://github.com/ArkHQ-io/ark-ruby/commit/b617b4c3f5bd7ecdcef434578bac5bc9e6bcedfa))
32+
* **tests:** bump steady to v0.19.7 ([8b6c392](https://github.com/ArkHQ-io/ark-ruby/commit/8b6c3929e2e186d2549fa35f8313fe07c4b800b1))
33+
* update mock server docs ([e0cbedc](https://github.com/ArkHQ-io/ark-ruby/commit/e0cbedce73ed0f6dbd683cb3dc04b8aa9937a434))
34+
35+
36+
### Refactors
37+
38+
* **tests:** switch from prism to steady ([dda5d01](https://github.com/ArkHQ-io/ark-ruby/commit/dda5d0168b42d6ca35dd0acb5a209d4be56e6e71))
39+
340
## 0.19.0 (2026-02-07)
441

542
Full Changelog: [v0.18.0...v0.19.0](https://github.com/ArkHQ-io/ark-ruby/compare/v0.18.0...v0.19.0)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
ark-email (0.19.0)
14+
ark-email (0.20.0)
1515
cgi
1616
connection_pool
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
2626
<!-- x-release-please-start-version -->
2727

2828
```ruby
29-
gem "ark-email", "~> 0.19.0"
29+
gem "ark-email", "~> 0.20.0"
3030
```
3131

3232
<!-- x-release-please-end -->

lib/ark_email/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ArkEmail
4-
VERSION = "0.19.0"
4+
VERSION = "0.20.0"
55
end

0 commit comments

Comments
 (0)