diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bfd77..5c509e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 2.6.5 + +* Ignore searchDomain for localhost and IP - **[@jkrems](https://github.com/jkrems)** [#81](https://github.com/groupon/gofer/pull/81) + - [`685d29a`](https://github.com/groupon/gofer/commit/685d29aa4739ed905b3012aa0937a6260e642d3b) **chore:** Ignore package-lock.json + - [`7030693`](https://github.com/groupon/gofer/commit/7030693b9222ecc10a8a28fcd8b7aea02fe15d44) **fix:** Ignore searchDomain for localhost and IP + + ### 2.6.4 * Move 2.x to stable - **[@jkrems](https://github.com/jkrems)** [#75](https://github.com/groupon/gofer/pull/75) diff --git a/package.json b/package.json index 040efdd..c89c31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gofer", - "version": "2.6.4", + "version": "2.6.5", "description": "A general purpose service client library for node.js", "license": "BSD-3-Clause", "main": "lib/gofer.js",