Skip to content

Commit 2098005

Browse files
release: 1.65.1
1 parent f14391c commit 2098005

4 files changed

Lines changed: 19 additions & 3 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.65.0"
2+
".": "1.65.1"
33
}

CHANGELOG.md

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

3+
## 1.65.1 (2026-03-24)
4+
5+
Full Changelog: [v1.65.0...v1.65.1](https://github.com/orbcorp/orb-go/compare/v1.65.0...v1.65.1)
6+
7+
### Bug Fixes
8+
9+
* **types:** generate shared enum types that are not referenced by other schemas ([2e87c6a](https://github.com/orbcorp/orb-go/commit/2e87c6a27c9f47645c4929fe1738e600559e0b54))
10+
11+
12+
### Chores
13+
14+
* **internal:** update gitignore ([5f3b8e7](https://github.com/orbcorp/orb-go/commit/5f3b8e7951fa752ee60f9caaa867c54026db14a6))
15+
* **tests:** bump steady to v0.19.4 ([3401605](https://github.com/orbcorp/orb-go/commit/3401605dc69bd690fcb9f1532c12947ee54c79ab))
16+
* **tests:** bump steady to v0.19.5 ([47fa0b7](https://github.com/orbcorp/orb-go/commit/47fa0b7ff2757effbfdfa2bf38a490fe342df5db))
17+
* **tests:** bump steady to v0.19.6 ([7b6a7f8](https://github.com/orbcorp/orb-go/commit/7b6a7f8ec9871985fee5ef9ce3ea62e6a0880d3d))
18+
319
## 1.65.0 (2026-03-19)
420

521
Full Changelog: [v1.64.0...v1.65.0](https://github.com/orbcorp/orb-go/compare/v1.64.0...v1.65.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.65.0'
25+
go get -u 'github.com/orbcorp/orb-go@v1.65.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.65.0" // x-release-please-version
5+
const PackageVersion = "1.65.1" // x-release-please-version

0 commit comments

Comments
 (0)