Skip to content

Commit

Permalink
Merge pull request #426 from vultr/release-2.0.0
Browse files Browse the repository at this point in the history
release 2.0.0
  • Loading branch information
ddymko authored Jan 11, 2021
2 parents 7c5a351 + 43e82a4 commit 15c89b2
Showing 3 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [v2.0.0](https://github.com/vultr/vultr-node/compare/v1.0.4..v2.0.0) (2020-01-11)
* Upgrade library to use Vultr API V2 syntax and endpoints. [#388](https://github.com/vultr/vultr-node/issues/388)

## [v1.0.4](https://github.com/vultr/vultr-node/compare/v1.0.3..v1.0.4) (2021-01-06)
### Dependencies
* To see all deps that were updated please check [milestone v1.0.4](https://github.com/vultr/vultr-node/milestone/32)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ const vultr = VultrNode.initialize({

```js
// Call endpoints using Promises
vultr.account.getInfo().then((response) => {
vultr.account.getAccountInfo().then((response) => {
console.log(response)
})
```
@@ -45,7 +45,7 @@ This project follows [SemVer](https://semver.org/) for versioning. For the versi

## Documentation

This implements the V1 Vultr API. For documentation on all endpoints, please visit https://www.vultr.com/api/
This implements Vultr API V2. For documentation on all endpoints, please visit https://www.vultr.com/api/v2/. To use Vultr API V1, please use the version of the library on the [V1 branch](https://github.com/vultr/vultr-node/tree/v1), or any version of this library before 2.0.0.

For documentation specific to this client please visit https://vultr.github.io/vultr-node

18 changes: 9 additions & 9 deletions package-lock.json

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

0 comments on commit 15c89b2

Please sign in to comment.