Skip to content

Commit

Permalink
Prep v1.120.0 release (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Aug 8, 2024
1 parent 0fb7950 commit a372d43
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.120.0] - 2024-08-08

- #708 - @markusthoemmes - APPS-9201 Add `UpdateAllSourceVersions` parameter to update app calls
- #706 - @andrewsomething - database: Add Size to DatabaseReplica struct

## [v1.119.0] - 2024-07-24

- #704 - @ElanHasson - APPS-9133 - Add support for OPENSEARCH as a database engine option
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.119.0"
libraryVersion = "1.120.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit a372d43

Please sign in to comment.