Skip to content

Commit

Permalink
v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jun 7, 2018
1 parent bc3440e commit bbbd5ad
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 @@
### 2.7.2

* don't set connect timeout for keepalive - **[@dbushong](https://github.com/dbushong)** [#87](https://github.com/groupon/gofer/pull/87)
- [`b94a5b9`](https://github.com/groupon/gofer/commit/b94a5b925e0f096e04f8432188650ef0e35daa20) **fix:** don't set connect timeout for keepalive


### 2.7.1

* properly clear completion timeouts - **[@dbushong](https://github.com/dbushong)** [#85](https://github.com/groupon/gofer/pull/85)
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": "gofer",
"version": "2.7.1",
"version": "2.7.2",
"description": "A general purpose service client library for node.js",
"license": "BSD-3-Clause",
"main": "lib/gofer.js",
Expand Down

0 comments on commit bbbd5ad

Please sign in to comment.