Skip to content

Commit 4c07a1e

Browse files
release: 0.85.0
1 parent 2316e13 commit 4c07a1e

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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-
".": "0.84.0"
2+
".": "0.85.0"
33
}

CHANGELOG.md

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

3+
## 0.85.0 (2025-01-15)
4+
5+
Full Changelog: [v0.84.0...v0.85.0](https://github.com/orbcorp/orb-go/compare/v0.84.0...v0.85.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#368](https://github.com/orbcorp/orb-go/issues/368)) ([45346fe](https://github.com/orbcorp/orb-go/commit/45346fef4fd7b64c81f690de8d55743f6b33829a))
10+
* **api:** api update ([#370](https://github.com/orbcorp/orb-go/issues/370)) ([5a67e58](https://github.com/orbcorp/orb-go/commit/5a67e58c9185a5e0d29a9f60b7ee8860a6337965))
11+
* **api:** api update ([#371](https://github.com/orbcorp/orb-go/issues/371)) ([27a2227](https://github.com/orbcorp/orb-go/commit/27a22273195d214967e168ea47469d2ff6fe0241))
12+
* **api:** api update ([#372](https://github.com/orbcorp/orb-go/issues/372)) ([2a8b0b2](https://github.com/orbcorp/orb-go/commit/2a8b0b2fd1ca22926b701d5d93846aa26402fcd4))
13+
* **api:** api update ([#374](https://github.com/orbcorp/orb-go/issues/374)) ([135be68](https://github.com/orbcorp/orb-go/commit/135be68f5f51af8e5ad540e5c1db33beb1226888))
14+
* **api:** api update ([#375](https://github.com/orbcorp/orb-go/issues/375)) ([ac01f7e](https://github.com/orbcorp/orb-go/commit/ac01f7e0ce4499f8e53e72bdca18de8909a45eae))
15+
* **api:** api update ([#378](https://github.com/orbcorp/orb-go/issues/378)) ([22dd815](https://github.com/orbcorp/orb-go/commit/22dd815467a06a8b1f6d4a511c411dbb718b99c8))
16+
* **api:** api update ([#380](https://github.com/orbcorp/orb-go/issues/380)) ([252d61a](https://github.com/orbcorp/orb-go/commit/252d61aecdec03cd54fd2bf6be8b8b30c4deed44))
17+
* **api:** api update ([#381](https://github.com/orbcorp/orb-go/issues/381)) ([386bafe](https://github.com/orbcorp/orb-go/commit/386bafe7534dc191a464e234a1d918786e35732c))
18+
* **api:** api update ([#383](https://github.com/orbcorp/orb-go/issues/383)) ([908e3a0](https://github.com/orbcorp/orb-go/commit/908e3a017d9523e10ec202db87878d98f1ea18bc))
19+
20+
21+
### Chores
22+
23+
* **client:** remove unnecessary `nullable` struct tags ([#379](https://github.com/orbcorp/orb-go/issues/379)) ([920fe46](https://github.com/orbcorp/orb-go/commit/920fe46ed03fafb6f95064d8ffca1518a0393e10))
24+
* **internal:** codegen related update ([#373](https://github.com/orbcorp/orb-go/issues/373)) ([d31d45a](https://github.com/orbcorp/orb-go/commit/d31d45afa189fa821497c8c6bf6a8af5d4a73b07))
25+
* **internal:** codegen related update ([#377](https://github.com/orbcorp/orb-go/issues/377)) ([2b655c0](https://github.com/orbcorp/orb-go/commit/2b655c0e382a307b158bbc629677a5a918ecafe6))
26+
* **internal:** codegen related update ([#382](https://github.com/orbcorp/orb-go/issues/382)) ([d89d147](https://github.com/orbcorp/orb-go/commit/d89d147fccaebf2955b018b974e0a1a8d50641e1))
27+
328
## 0.84.0 (2024-11-26)
429

530
Full Changelog: [v0.83.0...v0.84.0](https://github.com/orbcorp/orb-go/compare/v0.83.0...v0.84.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@v0.84.0'
25+
go get -u 'github.com/orbcorp/orb-go@v0.85.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 = "0.84.0" // x-release-please-version
5+
const PackageVersion = "0.85.0" // x-release-please-version

0 commit comments

Comments
 (0)