Skip to content

Commit

Permalink
Prep v1.130.0 release. (#757)
Browse files Browse the repository at this point in the history
* Prep v1.130.0 release.

* change the libraryVersion

---------

Co-authored-by: v.sharma <[email protected]>
  • Loading branch information
vsharma6855 and v.sharma authored Nov 14, 2024
1 parent 8f5ac1b commit 8d60bcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v1.130.0] - 2024-11-14

- #755 - @vsharma6855 - Add Missing Database Configs for Postgresql and MYSQL
- #754 - @blesswinsamuel - APPS-9858 Add method to obtain websocket URL to get console access into components

## [v1.129.0] - 2024-11-06

- #752 - @andrewsomething - Support maps in Stringify
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
libraryVersion = "1.129.0"
libraryVersion = "1.130.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 8d60bcd

Please sign in to comment.