Skip to content

Commit

Permalink
Prep v1.126.0 release (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
loosla authored Sep 25, 2024
1 parent 40ea734 commit 086839e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v1.126.0] - 2024-09-25

- #732 - @gottwald - DOKS: add custom CIDR fields
- #727 - @loosla - [databases]: add support for Kafka advanced configuration

## [v1.125.0] - 2024-09-17

- #726 - @loosla - [databases]: add support for MongoDB advanced configuration
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.125.0"
libraryVersion = "1.126.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 086839e

Please sign in to comment.