Skip to content

Commit

Permalink
prep v1.98.0 release (#609)
Browse files Browse the repository at this point in the history
Changelog:

- #608 - @anitgandhi - client: don't process body upon 204 response
- #607 - @gregmankes - add apps rewrites/redirects to app spec

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
Gregory Mankes and andrewsomething authored Mar 9, 2023
1 parent ca2138d commit 2e7120f
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.98.0] - 2023-03-09

- #608 - @anitgandhi - client: don't process body upon 204 response
- #607 - @gregmankes - add apps rewrites/redirects to app spec

## [v1.97.0] - 2023-02-10

- #601 - @jcodybaker - APPS-6813: update app platform - pending_deployment + timing
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.97.0"
libraryVersion = "1.98.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit 2e7120f

Please sign in to comment.