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 184275c commit b25ae45Copy full SHA for b25ae45
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.167.0] - 2025-10-18
4
+
5
+- #921 - @sreeram-venkitesh - MNFS-164: Added NFS resize and snapshot APIs
6
7
## [1.166.0] - 2025-10-13
8
9
- #912 - @sreeram-venkitesh - MNFS-164: Added NFS APIs
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.166.0"
+ libraryVersion = "1.167.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments