Skip to content

Commit

Permalink
Merge pull request #309 from digitalocean/next-release
Browse files Browse the repository at this point in the history
release for v1.31.0
  • Loading branch information
zachgersh authored Feb 28, 2020
2 parents 4f85dbd + b4f4e5d commit 38ed6ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 38ed6ff

Please sign in to comment.