From 03f475da2449716d2f26790a1229b97c27d35180 Mon Sep 17 00:00:00 2001 From: nlm Date: Thu, 29 Mar 2018 19:43:46 +0000 Subject: [PATCH] v3.5.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d1b68..641c783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.5.5 + +* Ignore searchDomain for localhost and IP - **[@jkrems](https://github.com/jkrems)** [#80](https://github.com/groupon/gofer/pull/80) + - [`8cfb230`](https://github.com/groupon/gofer/commit/8cfb230673dafb6907c0fa7a6d5facc02980ae9b) **fix:** Ignore searchDomain for localhost and IP + + ### 3.5.4 * Apply latest nlm generator - **[@markowsiak](https://github.com/markowsiak)** [#79](https://github.com/groupon/gofer/pull/79) diff --git a/package.json b/package.json index 17e75a3..54cc33e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gofer", - "version": "3.5.4", + "version": "3.5.5", "description": "A general purpose service client library", "license": "BSD-3-Clause", "main": "lib/gofer.js",