prepare v1.78.0 release (#523)

Co-authored-by: Samuel Guyah <septimusguy@gmail.com>
This commit is contained in:
Cody Baker 2022-03-31 10:18:50 -04:00 committed by GitHub
parent 2472ad41e0
commit b16feac951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.78.0] - 2022-03-31
- #522 - @jcodybaker - app platform: add support for features field
## [v1.77.0] - 2022-03-16
- #518 - @rcj4747 - apps: Update apps protos

View File

@ -20,7 +20,7 @@ import (
)
const (
libraryVersion = "1.77.0"
libraryVersion = "1.78.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"