Merge pull request #179 from digitalocean/lxfontes/release-142

Releasing 1.4.2
This commit is contained in:
Julian Miller 2018-08-30 13:48:58 -04:00 committed by GitHub
commit 6a6ce62154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## [v1.4.2] - 2018-08-30
- #178 Allowing creating domain records with weight of 0 - @TFaga
- #177 Adding `VolumeLimit` to account - @lxfontes
## [v1.4.1] - 2018-08-23
- #176 Fix cdn flush cache API endpoint - @sunny-b

View File

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