Skip to content

Commit

Permalink
Bump package version to 3.7.2; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Nov 9, 2018
1 parent c994001 commit 6ee5584
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [3.7.2] - 2018-11-09

* **Bug Fixes**
* Fix Alpine Linux builds [#286](https://github.com/aerospike/aerospike-client-nodejs/issues/286)
* Fix policies constructor to support setting totalTimeout to zero [#289](https://github.com/aerospike/aerospike-client-nodejs/issues/289)
* Fix segfault in predexp unit tests on Node.js 11

* **Updates**
* Update C client library to [v4.3.20](http://www.aerospike.com/download/client/c/notes.html#4.3.20).
* Replace V8 conversion functions deprecated in Node.js 10.12/11
* Suppress compiler deprecation warnings for Release builds
* Add Node.js 10 back to Travis CI test matrix

## [3.7.1] - 2018-10-03

* **Bug Fixes**
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.7.1",
"version": "3.7.2",
"description": "Aerospike Client Library",
"keywords": [
"aerospike",
Expand Down

0 comments on commit 6ee5584

Please sign in to comment.