Skip to content

Commit

Permalink
prepare to release v3.20.0 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter authored Aug 21, 2023
1 parent a43a704 commit 5be40bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 3.20.0

- #315 - @bentranter - retry requests when rate limit reached
- #314 - @bentranter - account: add 'name' field in response
- #313 - @bentranter - ci: add ruby 3.2 to test matrix
- #312 - @andrewsomething - Update README.md to fix typo with create_db method docs
- #310 - @bentranter - readme: updates docs for accessing paginated resources

## Version 3.19.0

- #308 - @andrewsomething - Fix two new rubocop offenses.
Expand Down
2 changes: 1 addition & 1 deletion lib/droplet_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DropletKit
VERSION = '3.19.0'
VERSION = '3.20.0'
end

0 comments on commit 5be40bb

Please sign in to comment.