diff --git a/CHANGELOG.md b/CHANGELOG.md index f05aeda3..a199843d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v1.79.0] - 2022-04-29 + +- #530 - @anitgandhi - monitoring: alerts for Load Balancers TLS conns/s utilization +- #529 - @ChiefMateStarbuck - Test against Go 1.18 +- #528 - @senorprogrammer - Remove DisablePublicNetworking option from the Create path +- #527 - @senorprogrammer - Remove the WithFloatingIPAddress create option + ## [v1.78.0] - 2022-03-31 - #522 - @jcodybaker - app platform: add support for features field diff --git a/godo.go b/godo.go index 5eccd0b0..6b76f92b 100644 --- a/godo.go +++ b/godo.go @@ -20,7 +20,7 @@ import ( ) const ( - libraryVersion = "1.78.0" + libraryVersion = "1.79.0" defaultBaseURL = "https://api.digitalocean.com/" userAgent = "godo/" + libraryVersion mediaType = "application/json"