Skip to content

Commit 086839e

Browse files
authored
Prep v1.126.0 release (#733)
1 parent 40ea734 commit 086839e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

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+
38
## [v1.125.0] - 2024-09-17
49

510
- #726 - @loosla - [databases]: add support for MongoDB advanced configuration

godo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
libraryVersion = "1.125.0"
24+
libraryVersion = "1.126.0"
2525
defaultBaseURL = "https://api.digitalocean.com/"
2626
userAgent = "godo/" + libraryVersion
2727
mediaType = "application/json"

0 commit comments

Comments
 (0)