Skip to content

Commit

Permalink
Prep v1.45.0 release. (digitalocean#370)
Browse files Browse the repository at this point in the history
* Prep v1.45.0 release.

* Bump date.
  • Loading branch information
andrewsomething authored Sep 25, 2020
1 parent 83a9c66 commit 515b71e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.45.0] - 2020-09-25

**Note**: This release contains breaking changes to App Platform features currently in closed beta.

- #369 update apps types to latest - @kamaln7
- #368 Kubernetes: add taints field to node pool create and update requests - @timoreimann
- #367 update apps types, address marshaling bug - @kamaln7

## [v1.44.0] - 2020-09-08

- #364 apps: support aggregate deployment logs - @kamaln7
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
libraryVersion = "1.44.0"
libraryVersion = "1.45.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 515b71e

Please sign in to comment.