Skip to content

Commit caecab9

Browse files
committed
godo_1.170.0
1 parent a14bc78 commit caecab9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [1.170.0] - 2025-12-09
4+
5+
- #933 - @do-joe - Nfs struct exposes Host and MountPath
6+
37
## [1.169.0] - 2025-11-13
48

59
- #928 - @do-joe - Fix GetLogsink API Response Parsing to Match Actual API Behavior

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.169.0"
24+
libraryVersion = "1.170.0"
2525
defaultBaseURL = "https://api.digitalocean.com/"
2626
userAgent = "godo/" + libraryVersion
2727
mediaType = "application/json"

0 commit comments

Comments
 (0)