We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5ac1b commit 8d60bcdCopy full SHA for 8d60bcd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [v1.130.0] - 2024-11-14
4
+
5
+- #755 - @vsharma6855 - Add Missing Database Configs for Postgresql and MYSQL
6
+- #754 - @blesswinsamuel - APPS-9858 Add method to obtain websocket URL to get console access into components
7
8
## [v1.129.0] - 2024-11-06
9
10
- #752 - @andrewsomething - Support maps in Stringify
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.129.0"
+ libraryVersion = "1.130.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments