Skip to content

Commit

Permalink
Prep v1.90.0 release (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotchneat authored Nov 16, 2022
1 parent 1f6cbdb commit 359fbcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.90.0] - 2022-11-16

- #571 - @kraai - Add WaitForAvailable
- #579 - @bentranter - Deprecate old pointer helpers, use generic one
- #580 - @StephenVarela - LBAAS Fixup default http idle timeout behaviour
- #578 - @StephenVarela - LBAAS-2430 Add support for HTTP idle timeout seconds
- #577 - @ddebarros - Functions api support

## [v1.89.0] - 2022-11-02

- #575 - @ghostlandr - apps: add option to get projects data from Apps List endpoint
Expand Down Expand Up @@ -532,16 +540,19 @@
## [v1.1.0] - 2017-06-06

### Added

- #145 Add FirewallsService for managing Firewalls with the DigitalOcean API. - @viola
- #139 Add TTL field to the Domains. - @xmudrii

### Fixed

- #143 Fix oauth2.NoContext depreciation. - @jbowens
- #141 Fix DropletActions on tagged resources. - @xmudrii

## [v1.0.0] - 2017-03-10

### Added

- #130 Add Convert to ImageActionsService. - @xmudrii
- #126 Add CertificatesService for managing certificates with the DigitalOcean API. - @viola
- #125 Add LoadBalancersService for managing load balancers with the DigitalOcean API. - @viola
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.89.0"
libraryVersion = "1.90.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 359fbcb

Please sign in to comment.