Skip to content

Commit

Permalink
7.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma committed Aug 20, 2020
1 parent f43adae commit 633095a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This driver uses semantic versioning:
- A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates _breaking_
changes that require changes in your code to upgrade.

## [Unreleased]
## [7.0.0-rc.2] - 2020-08-20

### Fixed

Expand Down Expand Up @@ -1111,7 +1111,7 @@ This is a major release and breaks backwards compatibility.

Graph methods now only return the relevant part of the response body.

[unreleased]: https://github.com/arangodb/arangojs/compare/v7.0.0-rc.1...HEAD
[7.0.0-rc.2]: https://github.com/arangodb/arangojs/compare/v7.0.0-rc.1...v7.0.0-rc.2
[7.0.0-rc.1]: https://github.com/arangodb/arangojs/compare/v7.0.0-rc.0...v7.0.0-rc.1
[7.0.0-rc.0]: https://github.com/arangodb/arangojs/compare/v7.0.0-preview.1...v7.0.0-rc.0
[7.0.0-preview.1]: https://github.com/arangodb/arangojs/compare/v7.0.0-preview.0...v7.0.0-preview.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "arangojs",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 633095a

Please sign in to comment.