Skip to content

Commit

Permalink
Prep v1.105.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Nov 7, 2023
1 parent 2036ebb commit 1987a95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.105.1] - 2023-11-07

- #652 - @andrewsomething - Retry on HTTP/2 internal errors.
- #648 - @alexandear - test: use fmt.Fprintf instead of fmt.Fprintf(fmt.Sprintf(...))
- #651 - @alexandear - test: Replace deprecated io/ioutil with io
- #647 - @alexandear - test: add missing error check

## [v1.105.0] - 2023-10-16

- #643 - @dweinshenker - Add support for scalable storage on database clusters
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

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

0 comments on commit 1987a95

Please sign in to comment.