We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea734 commit 086839eCopy full SHA for 086839e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [v1.126.0] - 2024-09-25
4
+
5
+- #732 - @gottwald - DOKS: add custom CIDR fields
6
+- #727 - @loosla - [databases]: add support for Kafka advanced configuration
7
8
## [v1.125.0] - 2024-09-17
9
10
- #726 - @loosla - [databases]: add support for MongoDB advanced configuration
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.125.0"
+ libraryVersion = "1.126.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments