Skip to content

Commit 08ebbe1

Browse files
authored
prepare to release v3.22.0 (#335)
1 parent fcd19d2 commit 08ebbe1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 3.22.0
2+
3+
- #332 - @vnegi-digitalocean - add reserved ipv6 support
4+
- #330 - @caiohsramos - Add apps resource
5+
- #329 - @caiohsramos - Add one click resource
6+
- #328 - @caiohsramos - Add database config actions
7+
- #327 - @caiohsramos - Add database metrics credentials actions
8+
- #326 - @caiohsramos - Add update_connection_pool action
9+
110
## Version 3.21.0
211

312
- #318 - @brunograsselli - Introduce VPC Peering resource

lib/droplet_kit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DropletKit
4-
VERSION = '3.21.0'
4+
VERSION = '3.22.0'
55
end

0 commit comments

Comments
 (0)