Skip to content

Commit

Permalink
Prep v1.84.0 release. (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Guyah <[email protected]>
  • Loading branch information
andrewsomething and ChiefMateStarbuck authored Sep 16, 2022
1 parent 2b00f1c commit 6fa79d0
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.84.0] - 2022-08-16

- #552 - @andrewsomething - reserved IPs: Expose project_id and locked attributes.
- #549 - @rpmoore - adding the replica id to the database replica model

## [v1.83.0] - 2022-08-10

- #546 - @DWizGuy58 - Add support for database options
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

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

0 comments on commit 6fa79d0

Please sign in to comment.