diff --git a/CHANGELOG.md b/CHANGELOG.md index 3112c9f..b045687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/godo.go b/godo.go index adad738..45c0f11 100644 --- a/godo.go +++ b/godo.go @@ -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"