Skip to content

Commit

Permalink
Prev v1.125.0 release (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla authored Sep 17, 2024
1 parent 3e5d4cd commit 8348cdd
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.125.0] - 2024-09-17

- #726 - @loosla - [databases]: add support for MongoDB advanced configuration
- #724 - @andrewsomething - Bump go version to 1.22
- #723 - @jauderho - Update Go dependencies and remove replace statements

## [v1.124.0] - 2024-09-10

- #721 - @vsharma6855 - [DBAAS] | Add API endpoint for applying cluster patches
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.124.0"
libraryVersion = "1.125.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 8348cdd

Please sign in to comment.