Skip to content

Commit 480f12c

Browse files
authored
Release godo (#895)
1 parent cdcc1a8 commit 480f12c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.164.0] - 2025-09-04
4+
5+
- #893 - @DO-rrao - GenAI - added changes for ListIndexingJobs for a Knowledge Base
6+
- #891 - @imaskm - Added prefix update method
7+
38
## [1.163.0] - 2025-08-14
49

510
- #889 - @bhardwajRahul - Enable Support for Kafka Schema Registry in Godo

godo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
libraryVersion = "1.163.0"
24+
libraryVersion = "1.164.0"
2525
defaultBaseURL = "https://api.digitalocean.com/"
2626
userAgent = "godo/" + libraryVersion
2727
mediaType = "application/json"

0 commit comments

Comments
 (0)