Skip to content

Commit 480376a

Browse files
release: 1.34.1
1 parent 318a377 commit 480376a

5 files changed

Lines changed: 18 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-
".": "1.34.0"
2+
".": "1.34.1"
33
}

CHANGELOG.md

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

3+
## 1.34.1 (2026-03-20)
4+
5+
Full Changelog: [v1.34.0...v1.34.1](https://github.com/knocklabs/knock-ruby/compare/v1.34.0...v1.34.1)
6+
7+
### Chores
8+
9+
* **tests:** bump steady to v0.19.4 ([2dc2203](https://github.com/knocklabs/knock-ruby/commit/2dc2203a1d59010a0ef7e29b8a8c9f7ea75140f1))
10+
* **tests:** bump steady to v0.19.5 ([318a377](https://github.com/knocklabs/knock-ruby/commit/318a37772cd05ffef85e21c236f126cd3a59d1e3))
11+
12+
13+
### Refactors
14+
15+
* **tests:** switch from prism to steady ([825cb06](https://github.com/knocklabs/knock-ruby/commit/825cb069ecda68a5dd702589424e75b1840534b2))
16+
317
## 1.34.0 (2026-03-16)
418

519
Full Changelog: [v1.33.0...v1.34.0](https://github.com/knocklabs/knock-ruby/compare/v1.33.0...v1.34.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-
knockapi (1.34.0)
14+
knockapi (1.34.1)
1515
cgi
1616
connection_pool
1717

README.md

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

1919
```ruby
20-
gem "knockapi", "~> 1.34.0"
20+
gem "knockapi", "~> 1.34.1"
2121
```
2222

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

lib/knockapi/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 Knockapi
4-
VERSION = "1.34.0"
4+
VERSION = "1.34.1"
55
end

0 commit comments

Comments
 (0)