Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jul 11, 2022
1 parent c2d41ea commit 734401c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 8 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Unreleased


### Added
### Fixed
### Breaking Changes

## 0.9.0

### Added

* Update `Customer` record fields/record refs for 2021.2. (#535)
The following were moved from `fields` to `record_refs`: `buying_reason`, `buying_time_frame`, `campaign_category`, `image`, `opening_balance_account`, `pref_cc_processor`, `representing_subsidiary`, `sales_group`, `sales_readiness`
The following were removed as `fields` since their sublist class is not yet implemented: `download_list`, `group_pricing_list`, `item_pricing_list`
Expand All @@ -13,8 +21,6 @@ The following were removed as `fields` since their sublist class is not yet impl
* Add `NullFieldList` to `SalesOrder` (#552)
* Add thread safety to NetSuite configuration and utilities (#549)

### Fixed

### Breaking Changes
* Rename `CustomerSubscriptionsList` to `SubscriptionsList` and `CustomerSubscription` to `Subscription` to match NetSuite naming (#535)

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.12'
VERSION = '0.9.0'
end
3 changes: 3 additions & 0 deletions netsuite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Gem::Specification.new do |gem|
gem.name = 'netsuite'
gem.require_paths = ['lib']
gem.version = NetSuite::VERSION
gem.required_ruby_version = '>= 2.1'
gem.metadata['changelog_uri'] = 'https://github.com/netsweet/netsuite/blob/master/HISTORY.md'
gem.metadata['mailing_list_uri'] = 'http://opensuite-slackin.herokuapp.com'
gem.metadata['rubygems_mfa_required'] = true

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

Expand Down

0 comments on commit 734401c

Please sign in to comment.