Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 16, 2021
1 parent e0b9f45 commit b4a078e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
12 changes: 9 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/netsuite/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NetSuite
VERSION = '0.8.9'
VERSION = '0.8.10'
end
1 change: 1 addition & 0 deletions netsuite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit b4a078e

Please sign in to comment.