Skip to content

Commit

Permalink
Prep v1.103.0 release. (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Oct 3, 2023
1 parent 34dfec3 commit 6c7a058
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.103.0] - 2023-10-03

- #635 - @andrewsomething - Bump github.com/stretchr/testify to v1.8.4
- #634 - @andrewsomething - Bump Go version to v1.21.0
- #632 - @danaelhe - Make Retrys by Default for NewFromToken()
- #633 - @dwilsondo - Add DBaaS engine Kafka
- #621 - @testwill - chore: use fmt.Fprintf instead of fmt.Fprint(fmt.Sprintf(...))

## [v1.102.1] - 2023-08-17

- #629 - @andrewsomething - Provide a custom retryablehttp.ErrorHandler for more consistent returns using retries.
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.102.1"
libraryVersion = "1.103.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 6c7a058

Please sign in to comment.