From 99df253d0b0ff98dc4be9ec9ba26d6c8ec9f2f98 Mon Sep 17 00:00:00 2001 From: Jan Hecking Date: Wed, 20 Jun 2018 17:41:46 +0800 Subject: [PATCH] Bump package version to v3.4.0; update changelog --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e9865d..301aa1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6e24700d..1f50771e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aerospike", - "version": "3.3.0", + "version": "3.4.0", "description": "Aerospike Client Library", "keywords": [ "aerospike",