Skip to content

Commit dac4e17

Browse files
release: 0.11.1
1 parent 772431f commit dac4e17

5 files changed

Lines changed: 17 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.11.0"
2+
".": "0.11.1"
33
}

CHANGELOG.md

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

3+
## 0.11.1 (2026-03-29)
4+
5+
Full Changelog: [v0.11.0...v0.11.1](https://github.com/sentdm/sent-dm-ruby/compare/v0.11.0...v0.11.1)
6+
7+
### Bug Fixes
8+
9+
* **internal:** correct multipart form field name encoding ([f7565bc](https://github.com/sentdm/sent-dm-ruby/commit/f7565bc81745d8eeb2319554d783b4ff8622aeea))
10+
11+
12+
### Chores
13+
14+
* **ci:** support opting out of skipping builds on metadata-only commits ([a7b09ef](https://github.com/sentdm/sent-dm-ruby/commit/a7b09ef0bc8d45db861446221594acd016193d04))
15+
316
## 0.11.0 (2026-03-25)
417

518
Full Changelog: [v0.10.1...v0.11.0](https://github.com/sentdm/sent-dm-ruby/compare/v0.10.1...v0.11.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-
sentdm (0.11.0)
14+
sentdm (0.11.1)
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 "sentdm", "~> 0.11.0"
29+
gem "sentdm", "~> 0.11.1"
3030
```
3131

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

lib/sentdm/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 Sentdm
4-
VERSION = "0.11.0"
4+
VERSION = "0.11.1"
55
end

0 commit comments

Comments
 (0)