Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jun 6, 2018
1 parent 6922c71 commit 5c324ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.7.0

* support `keepAlive: true` option - **[@dbushong](https://github.com/dbushong)** [#82](https://github.com/groupon/gofer/pull/82)
- [`2e50961`](https://github.com/groupon/gofer/commit/2e5096184d3634746b181e30ca0b3678402bdb05) **feat:** support `keepAlive: true` option
- [`b0278f9`](https://github.com/groupon/gofer/commit/b0278f96a26611f871c9e9a72e371ec83f8660a5) **chore:** clean-up travis build targets


### 2.6.5

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

0 comments on commit 5c324ac

Please sign in to comment.