Skip to content

Commit

Permalink
Prep v1.76 release (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Shoop authored Mar 10, 2022
1 parent 51a20ac commit 0bcc9d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v1.76.0] - 2022-03-09

- #516 - @CollinShoop - Add registry region support

## [v1.75.0] - 2022-01-27

- #508 - @ElanHasson - Synchronize public protos and add multiple specs
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.75.0"
libraryVersion = "1.76.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 0bcc9d8

Please sign in to comment.