Skip to content

Commit

Permalink
Prep v1.129.0 release. (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Nov 6, 2024
1 parent d489279 commit ebeee16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

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

- #752 - @andrewsomething - Support maps in Stringify
- #749 - @loosla - [droplets]: add droplet backup policies
- #730 - @rak16 - DOCR-1201: Add new RegistriesService to support methods for multiple-registry open beta
- #748 - @andrewsomething - Support Droplet GPU information

## [v1.128.0] - 2024-10-24

- #746 - @blesswinsamuel - Add archive field to AppSpec to archive/restore apps
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.128.0"
libraryVersion = "1.129.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit ebeee16

Please sign in to comment.