diff --git a/HISTORY.md b/HISTORY.md index 20d62bde..c01f6d46 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 fd1dcde8..5a638ee8 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