We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6086078 commit 9eb6e77Copy full SHA for 9eb6e77
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
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
8
## [v1.121.0] - 2024-08-20
9
10
- #715 - @danaelhe - Databases: Bring back Logsink Support
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.121.0"
+ libraryVersion = "1.122.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments