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 a14bc78 commit caecab9Copy full SHA for caecab9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.170.0] - 2025-12-09
4
+
5
+- #933 - @do-joe - Nfs struct exposes Host and MountPath
6
7
## [1.169.0] - 2025-11-13
8
9
- #928 - @do-joe - Fix GetLogsink API Response Parsing to Match Actual API Behavior
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.169.0"
+ libraryVersion = "1.170.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments