Prepare to release v1.74.0 (#507)

This commit is contained in:
Ben Tranter 2022-01-20 13:44:47 -05:00 committed by GitHub
parent 8dbb3eab0c
commit e2f51062c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Change Log
## [v1.74.0] - 2022-01-20
- #506 - @ZachEddy - Add new component type to apps-related structs
## [v1.73.0] - 2021-12-03
- #501 - @CollinShoop - Add support for Registry ListManifests and ListRepositoriesV2

View File

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