Skip to content

Commit

Permalink
Prep v1.106.0 (#655)
Browse files Browse the repository at this point in the history
* Prep v1.106.1

Previous release (v1.105.1) didn't get cut:
https://github.com/digitalocean/godo/releases
So this release combines changes in v1.105.1 and after

* godo.go, separate changelog
  • Loading branch information
danaelhe authored Nov 14, 2023
1 parent e0380cf commit df8964a
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.106.0] - 2023-11-14

- #654 - @dweinshenker - Remove unclean_leader_election_enable for topic configuration

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

- #652 - @andrewsomething - Retry on HTTP/2 internal errors.
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.1"
libraryVersion = "1.106.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit df8964a

Please sign in to comment.