Skip to content

Commit af5f6db

Browse files
release: 1.67.1
1 parent c431042 commit af5f6db

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.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.67.0"
2+
".": "1.67.1"
33
}

CHANGELOG.md

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

3+
## 1.67.1 (2026-03-31)
4+
5+
Full Changelog: [v1.67.0...v1.67.1](https://github.com/orbcorp/orb-go/compare/v1.67.0...v1.67.1)
6+
7+
### Chores
8+
9+
* **ci:** support opting out of skipping builds on metadata-only commits ([9614487](https://github.com/orbcorp/orb-go/commit/9614487789943c5054f9a4eed1b7839d1dac220d))
10+
* **tests:** bump steady to v0.20.1 ([f07c97e](https://github.com/orbcorp/orb-go/commit/f07c97e7799fa07429bc7c3f549a60f549f11aa5))
11+
312
## 1.67.0 (2026-03-26)
413

514
Full Changelog: [v1.66.1...v1.67.0](https://github.com/orbcorp/orb-go/compare/v1.66.1...v1.67.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Or to pin the version:
2222
<!-- x-release-please-start-version -->
2323

2424
```sh
25-
go get -u 'github.com/orbcorp/orb-go@v1.67.0'
25+
go get -u 'github.com/orbcorp/orb-go@v1.67.1'
2626
```
2727

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

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "1.67.0" // x-release-please-version
5+
const PackageVersion = "1.67.1" // x-release-please-version

0 commit comments

Comments
 (0)