Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.168.0] - 2025-11-06

- #926 - @niket-dujari - added provision for attach and detach share
- #927 - @m3co-code - CON-12804 - add GPU related DOKS cluster plugin options
- #924 - @llDrLove - CON-12995 Add GPU node pool resources to node pool template response

## [1.167.0] - 2025-10-18

- #921 - @sreeram-venkitesh - MNFS-164: Added NFS resize and snapshot APIs
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
libraryVersion = "1.167.0"
libraryVersion = "1.168.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down