Skip to content

Commit

Permalink
Release v2.8.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AFatalErrror authored Nov 16, 2023
1 parent d097a2a commit 978f75c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v2.8.0](https://github.com/vultr/vultr-node/compare/v2.7.0...v2.8.0) (2023-10-02)

### Features
* Add user_scheme param for instances/bm
* Add support for HA Controlplanes on Kubernetes
* Add Dbaas Promote Read Replica endpoint
* VKE enable_firewall param
* Add Dbaas usage endpoint
* Instances filter by firewall_group_id

## [v2.7.0](https://github.com/vultr/vultr-node/compare/v2.6.0...v2.7.0) (2023-10-02)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vultr/vultr-node",
"private": false,
"version": "2.7.0",
"version": "2.8.0",
"description": "Node module to communicate with the Vultr API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 978f75c

Please sign in to comment.