Skip to content

Commit

Permalink
prepare to release v3.22.0 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter authored Feb 26, 2025
1 parent fcd19d2 commit 08ebbe1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 3.22.0

- #332 - @vnegi-digitalocean - add reserved ipv6 support
- #330 - @caiohsramos - Add apps resource
- #329 - @caiohsramos - Add one click resource
- #328 - @caiohsramos - Add database config actions
- #327 - @caiohsramos - Add database metrics credentials actions
- #326 - @caiohsramos - Add update_connection_pool action

## Version 3.21.0

- #318 - @brunograsselli - Introduce VPC Peering resource
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.21.0'
VERSION = '3.22.0'
end

0 comments on commit 08ebbe1

Please sign in to comment.