diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 47dd76c..ad502a4 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "0.84.0"
+  ".": "0.85.0"
 }
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 804e787..887acc0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
 # Changelog
 
+## 0.85.0 (2024-12-20)
+
+Full Changelog: [v0.84.0...v0.85.0](https://github.com/orbcorp/orb-go/compare/v0.84.0...v0.85.0)
+
+### Features
+
+* **api:** api update ([#368](https://github.com/orbcorp/orb-go/issues/368)) ([45346fe](https://github.com/orbcorp/orb-go/commit/45346fef4fd7b64c81f690de8d55743f6b33829a))
+* **api:** api update ([#370](https://github.com/orbcorp/orb-go/issues/370)) ([5a67e58](https://github.com/orbcorp/orb-go/commit/5a67e58c9185a5e0d29a9f60b7ee8860a6337965))
+* **api:** api update ([#371](https://github.com/orbcorp/orb-go/issues/371)) ([27a2227](https://github.com/orbcorp/orb-go/commit/27a22273195d214967e168ea47469d2ff6fe0241))
+* **api:** api update ([#372](https://github.com/orbcorp/orb-go/issues/372)) ([2a8b0b2](https://github.com/orbcorp/orb-go/commit/2a8b0b2fd1ca22926b701d5d93846aa26402fcd4))
+
+
+### Chores
+
+* **internal:** codegen related update ([#373](https://github.com/orbcorp/orb-go/issues/373)) ([d31d45a](https://github.com/orbcorp/orb-go/commit/d31d45afa189fa821497c8c6bf6a8af5d4a73b07))
+
 ## 0.84.0 (2024-11-26)
 
 Full Changelog: [v0.83.0...v0.84.0](https://github.com/orbcorp/orb-go/compare/v0.83.0...v0.84.0)
diff --git a/README.md b/README.md
index 09b0146..4b1315d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Or to pin the version:
 <!-- x-release-please-start-version -->
 
 ```sh
-go get -u 'github.com/orbcorp/orb-go@v0.84.0'
+go get -u 'github.com/orbcorp/orb-go@v0.85.0'
 ```
 
 <!-- x-release-please-end -->
diff --git a/internal/version.go b/internal/version.go
index 1d3ad33..df9bb02 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -2,4 +2,4 @@
 
 package internal
 
-const PackageVersion = "0.84.0" // x-release-please-version
+const PackageVersion = "0.85.0" // x-release-please-version