Releasing 1.4.2

This commit is contained in:
lxfontes 2018-08-30 13:37:34 -04:00
parent 45554dcb50
commit 5b02696397
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"