Skip to content

Commit

Permalink
Prepare to release v1.101.0 (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Aug 9, 2023
1 parent bc798b0 commit b3d4b09
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.101.0] - 2023-08-09

- #619 - @danaelhe - Add retryablehttp Client Option

## [v1.100.0] - 2023-07-20

- #618 - @asaha - load balancers: introduce new type field
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

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

0 comments on commit b3d4b09

Please sign in to comment.