Skip to content

Commit b4a078e

Browse files
committed
Version bump
1 parent e0b9f45 commit b4a078e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

HISTORY.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
## Unreleased
22

33
### Added
4+
*
45

5-
* 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)
6+
### Fixed
67
*
78

9+
## 0.8.10
10+
11+
### Added
12+
13+
* 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)
14+
815
### Fixed
916

10-
*
11-
*
17+
* Savon 2.12 supported
1218

1319
## 0.8.9
1420

lib/netsuite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module NetSuite
2-
VERSION = '0.8.9'
2+
VERSION = '0.8.10'
33
end

netsuite.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.name = 'netsuite'
1616
gem.require_paths = ['lib']
1717
gem.version = NetSuite::VERSION
18+
gem.metadata['changelog_uri'] = 'https://github.com/netsweet/netsuite/blob/master/HISTORY.md'
1819

1920
gem.add_dependency 'savon', '>= 2.3.0'
2021

0 commit comments

Comments
 (0)