From 7a5d0c01293a3cdae4435f2f473a26c10c1d314a Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Mon, 6 Sep 2021 12:23:38 -0600 Subject: [PATCH] Version bump --- HISTORY.md | 6 ++++++ lib/netsuite/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 20d62bde7..c01f6d46b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,6 +10,12 @@ * * +## 0.8.9 + +### Fixed + +* Fixed issue where search only fields could be specified when an existing field exists. https://github.com/NetSweet/netsuite/pull/488 + ## 0.8.8 ### Added diff --git a/lib/netsuite/version.rb b/lib/netsuite/version.rb index fd1dcde82..5a638ee88 100644 --- a/lib/netsuite/version.rb +++ b/lib/netsuite/version.rb @@ -1,3 +1,3 @@ module NetSuite - VERSION = '0.8.8' + VERSION = '0.8.9' end