Skip to content

Commit 9eb6e77

Browse files
authored
Prep v1.122.0 release (#718)
1 parent 6086078 commit 9eb6e77

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.122.0] - 2024-09-04
4+
5+
- #717 - @danaelhe - DB: Fix Logsink Attribute Types
6+
- #716 - @bhardwajRahul - Databases: Add support for OpenSearch ACL
7+
38
## [v1.121.0] - 2024-08-20
49

510
- #715 - @danaelhe - Databases: Bring back Logsink Support

godo.go

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

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

0 commit comments

Comments
 (0)