Skip to content

Commit

Permalink
Prep v1.137.0 Release (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Feb 12, 2025
1 parent 826288e commit aec6ffb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v1.137.0] - 2025-02-12

- #782 - @apinonformoso - fix partner interconnect json tag
- #781 - @dylanrhysscott - CON-11810 Implement GetNodePoolTemplate endpoint for DOKS godo client

## [v1.136.0] - 2025-01-28

- #776 - @danaelhe - Databases: Support online-migrations
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.136.0"
libraryVersion = "1.137.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit aec6ffb

Please sign in to comment.