Skip to content

Commit

Permalink
Prep v1.79.0 release. (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Apr 29, 2022
1 parent e8b5e42 commit a084002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Expand Up @@ -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"
Expand Down

0 comments on commit a084002

Please sign in to comment.