Skip to content

Commit 97869be

Browse files
release: 1.67.0
1 parent d7dc7fd commit 97869be

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.66.1"
2+
".": "1.67.0"
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+
## 1.67.0 (2026-03-26)
4+
5+
Full Changelog: [v1.66.1...v1.67.0](https://github.com/orbcorp/orb-go/compare/v1.66.1...v1.67.0)
6+
7+
### Features
8+
9+
* **internal:** support comma format in multipart form encoding ([e723809](https://github.com/orbcorp/orb-go/commit/e723809f73c1b956bdeaf98c6c945b38941961b8))
10+
11+
12+
### Chores
13+
14+
* remove unnecessary error check for url parsing ([51e79b3](https://github.com/orbcorp/orb-go/commit/51e79b36de66788a15bbc88cb1b9b245ff5d3978))
15+
316
## 1.66.1 (2026-03-26)
417

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

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.66.1'
25+
go get -u 'github.com/orbcorp/orb-go@v1.67.0'
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.66.1" // x-release-please-version
5+
const PackageVersion = "1.67.0" // x-release-please-version

0 commit comments

Comments
 (0)