Skip to content

Commit

Permalink
Prep v1.81.0 release. (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Jun 15, 2022
1 parent 67d5985 commit b41631b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Expand Up @@ -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"
Expand Down

0 comments on commit b41631b

Please sign in to comment.