Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gshively11 committed Nov 13, 2017
1 parent b0c0d8f commit 6cdd1de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.4 (November 13th, 2017)

## Bug Fixes

- Fixed a bug in the default raceWarmup strategy that was incorrectly resolving the warmup if a pool failed to connect properly. This should make initial connections a little more reliable.

# 0.2.3 (November 10th, 2017)

## Features
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": "mssql-pool-party",
"version": "0.2.3",
"version": "0.2.4",
"description": "Extension of mssql that provides management of multiple connection pools, dsns, retries, and more",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 6cdd1de

Please sign in to comment.