We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcc1a8 commit 480f12cCopy full SHA for 480f12c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
8
## [1.163.0] - 2025-08-14
9
10
- #889 - @bhardwajRahul - Enable Support for Kafka Schema Registry in Godo
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.163.0"
+ libraryVersion = "1.164.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments