diff --git a/HISTORY.md b/HISTORY.md index ac317b1b..66f1a361 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,14 +1,20 @@ ## Unreleased ### Added +* -* Update Estimate record fields/record refs for 2021.2. `balance`, `bill_address`, `bill_is_residential`, and `is_multi_ship_to` were all removed as fields as either being incorrect, outdated, or a search-only field. (#496) +### Fixed * +## 0.8.10 + +### Added + +* Update Estimate record fields/record refs for 2021.2. `balance`, `bill_address`, `bill_is_residential`, and `is_multi_ship_to` were all removed as fields as either being incorrect, outdated, or a search-only field. (#496) + ### Fixed -* -* +* Savon 2.12 supported ## 0.8.9 diff --git a/lib/netsuite/version.rb b/lib/netsuite/version.rb index 5a638ee8..98c3aebd 100644 --- a/lib/netsuite/version.rb +++ b/lib/netsuite/version.rb @@ -1,3 +1,3 @@ module NetSuite - VERSION = '0.8.9' + VERSION = '0.8.10' end diff --git a/netsuite.gemspec b/netsuite.gemspec index d69be399..8504bcea 100644 --- a/netsuite.gemspec +++ b/netsuite.gemspec @@ -15,6 +15,7 @@ Gem::Specification.new do |gem| gem.name = 'netsuite' gem.require_paths = ['lib'] gem.version = NetSuite::VERSION + gem.metadata['changelog_uri'] = 'https://github.com/netsweet/netsuite/blob/master/HISTORY.md' gem.add_dependency 'savon', '>= 2.3.0'