Skip to content

Commit 8d60bcd

Browse files
vsharma6855v.sharma
and
v.sharma
authored
Prep v1.130.0 release. (#757)
* Prep v1.130.0 release. * change the libraryVersion --------- Co-authored-by: v.sharma <[email protected]>
1 parent 8f5ac1b commit 8d60bcd

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.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+
38
## [v1.129.0] - 2024-11-06
49

510
- #752 - @andrewsomething - Support maps in Stringify

godo.go

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

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

0 commit comments

Comments
 (0)