Skip to content

Commit

Permalink
Bump package version to v3.6.1; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Sep 4, 2018
1 parent 2b6ae78 commit d99c8d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.6.1] - 2018-09-04

* **Updates**
* Change max. bin name length to 15 (was 14). Requires server version 4.2 or later.
* Update C client library to [v4.3.17](http://www.aerospike.com/download/client/c/notes.html#4.3.17).
* Update C client library to [v4.3.17](http://www.aerospike.com/download/client/c/notes.html#4.3.17). [#273](https://github.com/aerospike/aerospike-client-nodejs/pull/273)

## [3.6.0] - 2018-08-28

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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.6.0",
"version": "3.6.1",
"description": "Aerospike Client Library",
"keywords": [
"aerospike",
Expand Down
2 changes: 1 addition & 1 deletion test/put.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('client.put()', function () {
})
})

context.only('bin names', function () {
context('bin names', function () {
helper.cluster.skip_unless_version('4.2.0', this)

it('should write a bin with a name of max. length 15', function () {
Expand Down

0 comments on commit d99c8d3

Please sign in to comment.