Skip to content

Commit

Permalink
Prep v1.109.0 release. (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 9, 2024
1 parent 9210902 commit ee0a5c0
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.109.0] - 2024-02-09

- #668 - @greeshmapill - APPS-8315: Update app instance size spec
- #665 - @jcodybaker - APPS-8263: methods for managing App Platform dev DBs
- #663 - @dwilsondo - Include replica connection info on DBaaS clusters & DBaaS PG pools
- #662 - @ddatta-do - load balancer : add regional network as new LB type

## [v1.108.0] - 2024-01-17

- #660 - @dweinshenker - Enable CRUD operations for replicas with storage_size_mib
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.108.0"
libraryVersion = "1.109.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit ee0a5c0

Please sign in to comment.