Skip to content

Commit

Permalink
Prep v1.102.1 release. (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Aug 17, 2023
1 parent 21863bf commit c2b88d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

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

- #629 - @andrewsomething - Provide a custom retryablehttp.ErrorHandler for more consistent returns using retries.

## [v1.102.0] - 2023-08-14

- #624 - @danaelhe - Update README.md with Retryable Info
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.0"
libraryVersion = "1.102.1"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit c2b88d2

Please sign in to comment.