Skip to content

Commit

Permalink
v3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 6, 2018
1 parent 887a680 commit a3fa6ca
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 @@
### 3.5.6

* use proper timeout to fix keepAlive - **[@dbushong](https://github.com/dbushong)** [#83](https://github.com/groupon/gofer/pull/83)
- [`7eb902f`](https://github.com/groupon/gofer/commit/7eb902f30fc739bc511f8dd2ec093f4b597dcdbd) **fix:** use proper timeout to fix keepAlive


### 3.5.5

* Ignore searchDomain for localhost and IP - **[@jkrems](https://github.com/jkrems)** [#80](https://github.com/groupon/gofer/pull/80)
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": "3.5.5",
"version": "3.5.6",
"description": "A general purpose service client library",
"license": "BSD-3-Clause",
"main": "lib/gofer.js",
Expand Down

0 comments on commit a3fa6ca

Please sign in to comment.