Skip to content

Commit

Permalink
Prepare for release (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
guptado committed May 16, 2024
1 parent 705fb26 commit 13aca35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v1.116.0] - 2024-05-16

- #693 - @guptado - Introduce VPC peering methods

## [v1.115.0] - 2024-05-08

- #688 - @asaha2 - load balancers: support glb active-passive fail-over settings, currently in closed beta
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.115.0"
libraryVersion = "1.116.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 13aca35

Please sign in to comment.