Skip to content

Commit

Permalink
Prep v1.110.0 Release (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Mar 14, 2024
1 parent 05bc366 commit 2a3ec86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.110.0] - 2024-03-14

- #667 - @dwilsondo - Include DBaaS metrics credential endpoint operations
- #670 - @guptado - [NETPROD-3583] Added name param in ListOption to get resource by name
- #671 - @greeshmapill - APPS-8383: Add deprecation intent and bandwidth allowance to app instance size spec

## [v1.109.0] - 2024-02-09

- #668 - @greeshmapill - APPS-8315: Update app instance size spec
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.109.0"
libraryVersion = "1.110.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 2a3ec86

Please sign in to comment.