Skip to content

Commit 86bcacc

Browse files
release: 1.35.0
1 parent 76cdbf7 commit 86bcacc

5 files changed

Lines changed: 27 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.35.0"
33
}

CHANGELOG.md

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

3+
## 1.35.0 (2026-03-26)
4+
5+
Full Changelog: [v1.34.0...v1.35.0](https://github.com/knocklabs/knock-ruby/compare/v1.34.0...v1.35.0)
6+
7+
### Features
8+
9+
* **api:** api update ([76cdbf7](https://github.com/knocklabs/knock-ruby/commit/76cdbf76e57583e6fc581dc0595c29b092c10874))
10+
11+
12+
### Chores
13+
14+
* **ci:** skip lint on metadata-only changes ([c1820ad](https://github.com/knocklabs/knock-ruby/commit/c1820adcfde5cb1123a4a82b4ff66eb128bf1234))
15+
* **internal:** update gitignore ([754f5b7](https://github.com/knocklabs/knock-ruby/commit/754f5b79a54eeebe5edf69e5db7f9d21500425b4))
16+
* **tests:** bump steady to v0.19.4 ([2dc2203](https://github.com/knocklabs/knock-ruby/commit/2dc2203a1d59010a0ef7e29b8a8c9f7ea75140f1))
17+
* **tests:** bump steady to v0.19.5 ([318a377](https://github.com/knocklabs/knock-ruby/commit/318a37772cd05ffef85e21c236f126cd3a59d1e3))
18+
* **tests:** bump steady to v0.19.6 ([1c05121](https://github.com/knocklabs/knock-ruby/commit/1c05121e625f151d690ddf6cd7658011aa0faf43))
19+
* **tests:** bump steady to v0.19.7 ([b07462c](https://github.com/knocklabs/knock-ruby/commit/b07462ce78a6b9487f872f4ebff830d352536a6c))
20+
21+
22+
### Refactors
23+
24+
* **tests:** switch from prism to steady ([825cb06](https://github.com/knocklabs/knock-ruby/commit/825cb069ecda68a5dd702589424e75b1840534b2))
25+
326
## 1.34.0 (2026-03-16)
427

528
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.35.0)
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.35.0"
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.35.0"
55
end

0 commit comments

Comments
 (0)