Prep v1.81.0 release. (#539)

This commit is contained in:
Andrew Starr-Bochicchio 2022-06-15 14:04:47 -04:00 committed by GitHub
parent 67d598547b
commit b41631b6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Change Log
## [v1.81.0] - 2022-06-15
- #532 - @senorprogrammer - Add support for Reserved IP addresses
- #538 - @bentranter - util: update droplet create example
- #537 - @rpmoore - Adding project_id to databases
- #536 - @andrewsomething - account: Now may include info on current team.
- #535 - @ElanHasson - APPS-5636 Update App Platform for functions and Starter Tier App Proposals.
## [v1.80.0] - 2022-05-23
- #533 - @ElanHasson - APPS-5636 - App Platform updates

View File

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