release for v1.31.0

This commit is contained in:
Zach Gershman 2020-02-28 09:40:57 -08:00
parent 4f85dbd19c
commit b4f4e5db08
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"