From 58c275c5146977192165f679e86950396be1b9f1 Mon Sep 17 00:00:00 2001 From: James Butler Date: Tue, 20 Dec 2016 14:34:14 +0000 Subject: [PATCH] bump version and changelog --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cea713..fc13e98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.1.5] - December 20 2016 +- fix drain code to correctly wait on borrowed resources (@drew-r) +- fix drain example in readme (@watson) + ## [3.1.4] - November 28 2016 - fix faulty Promise detection where user supplied promise lib would be ignored @@ -141,7 +145,8 @@ - First NPM release ======= -[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.1.4...HEAD +[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.1.5...HEAD +[3.1.5]: https://github.com/coopernurse/node-pool/compare/v3.1.4...v3.1.5 [3.1.4]: https://github.com/coopernurse/node-pool/compare/v3.1.3...v3.1.4 [3.1.3]: https://github.com/coopernurse/node-pool/compare/v3.1.2...v3.1.3 [3.1.2]: https://github.com/coopernurse/node-pool/compare/v3.1.1...v3.1.2 diff --git a/package.json b/package.json index 73cd00f5..72a31b03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "generic-pool", "description": "Generic resource pooling for Node.JS", - "version": "3.1.4", + "version": "3.1.5", "author": "James Cooper ", "contributors": [ {