Merge pull request #309 from digitalocean/next-release

release for v1.31.0
This commit is contained in:
Zach Gershman 2020-02-28 11:31:36 -08:00 committed by GitHub
commit 38ed6ff2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## unreleased
## [v1.31.0] - 2020-02-28
- #305 invoices: GetPDF and GetCSV methods - @rbutler
- #304 Add NewFromToken convenience method to init client - @bentranter
- #301 invoices: Get, Summary, and List methods - @rbutler

View File

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