Skip to content

Commit

Permalink
Bump package version to v3.4.0; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Jun 20, 2018
1 parent ae04a8d commit 99df253
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.4.0] - 2018-06-20

* **New Features**
* Add CDT List operations for Ordered Lists [#250](https://github.com/aerospike/aerospike-client-nodejs/pull/250)
* Support scan/query consistency validation using cluster key. Set failOnClusterChange to true in ScanPolicy/QueryPolicy to enable this validation. (Requires Aerospike Server v4.2.0.2 or later.) [#260](https://github.com/aerospike/aerospike-client-nodejs/pull/260)
* Support scan/query consistency validation using cluster key. Set failOnClusterChange to true in ScanPolicy/QueryPolicy to enable this validation. (Requires Aerospike Server v4.2 or later.) [#260](https://github.com/aerospike/aerospike-client-nodejs/pull/260)

* **Updates**
* Update C client library to [v4.3.13](http://www.aerospike.com/download/client/c/notes.html#4.3.12) [#260](https://github.com/aerospike/aerospike-client-nodejs/pull/260)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "3.3.0",
"version": "3.4.0",
"description": "Aerospike Client Library",
"keywords": [
"aerospike",
Expand Down

0 comments on commit 99df253

Please sign in to comment.