Skip to content

Commit 216efd9

Browse files
committed
6.8.0
1 parent fb21041 commit 216efd9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [6.8.0] - 2018-11-07
9+
10+
### Changed
11+
12+
- Added `any[]` to allowed types for AQL bind parameters
13+
14+
This should help in some cases where the previous TypeScript annotation
15+
was too restrictive.
916

1017
### Added
1118

@@ -380,7 +387,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
380387

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

383-
[unreleased]: https://github.com/arangodb/arangojs/compare/v6.7.0...HEAD
390+
[6.8.0]: https://github.com/arangodb/arangojs/compare/v6.7.0...v6.8.0
384391
[6.7.0]: https://github.com/arangodb/arangojs/compare/v6.6.0...v6.7.0
385392
[6.6.0]: https://github.com/arangodb/arangojs/compare/v6.5.1...v6.6.0
386393
[6.5.1]: https://github.com/arangodb/arangojs/compare/v6.5.0...v6.5.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arangojs",
3-
"version": "6.7.0",
3+
"version": "6.8.0",
44
"license": "Apache-2.0",
55
"description": "The official ArangoDB JavaScript driver.",
66
"homepage": "https://github.com/arangodb/arangojs",

0 commit comments

Comments
 (0)