Skip to content

Commit 4cd6435

Browse files
authored
v1.168 (#929)
1 parent 4cddf58 commit 4cd6435

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [1.168.0] - 2025-11-06
4+
5+
- #926 - @niket-dujari - added provision for attach and detach share
6+
- #927 - @m3co-code - CON-12804 - add GPU related DOKS cluster plugin options
7+
- #924 - @llDrLove - CON-12995 Add GPU node pool resources to node pool template response
8+
39
## [1.167.0] - 2025-10-18
410

511
- #921 - @sreeram-venkitesh - MNFS-164: Added NFS resize and snapshot APIs

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

0 commit comments

Comments
 (0)