diff --git a/CHANGELOG.md b/CHANGELOG.md index d1051832..5623a4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.114.0] - 2024-04-12 + +- #686 - @greeshmapill - APPS-8386: Add comments to mark deprecation of unused instance size fields +- #685 - @jcodybaker - APPS-8711: container termination controls +- #682 - @dependabot[bot] - Bump golang.org/x/net from 0.17.0 to 0.23.0 + ## [v1.113.0] - 2024-04-12 - #679 - @bhardwajRahul - Enable ui_connection parameter for Opensearch diff --git a/godo.go b/godo.go index d71e7193..da376b53 100644 --- a/godo.go +++ b/godo.go @@ -21,7 +21,7 @@ import ( ) const ( - libraryVersion = "1.113.0" + libraryVersion = "1.114.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"