Skip to content

Commit

Permalink
release: prepare v1.136.0 (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter authored Jan 28, 2025
1 parent 0d0064e commit 21102dd
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.136.0] - 2025-01-28

- #776 - @danaelhe - Databases: Support online-migrations
- #777 - @apinonformoso - update bgp to be a pointer

## [v1.135.0] - 2025-01-27
- #766 - @dhij - kubernetes: add cluster autoscaler config
- #775 - @jvasilevsky - LBASA-3620: add network_stack field to load balancers model
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.135.0"
libraryVersion = "1.136.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 21102dd

Please sign in to comment.