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 612f93b commit 4db9eceCopy full SHA for 4db9ece
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [v1.160.0] - 2025-07-24
4
+
5
+- #877 - @m3co-code - impl new doks cluster options
6
7
## [v1.159.0] - 2025-07-17
8
9
- #871 - @ShivaniKumar1 - Add VPC Integration
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.159.0"
+ libraryVersion = "1.160.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments