Skip to content

Commit

Permalink
Merge pull request #99 from avadev/21.3.1
Browse files Browse the repository at this point in the history
Update for 21.3.1
  • Loading branch information
shilpakhanal authored Apr 1, 2021
2 parents f39ccb7 + 6c97067 commit a3e7977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/avatax/client/companies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def get_company_parameter_detail(companyId, id) path = "/api/v2/companies
# * `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing.
# * `FirstFiling` - The company has recently filing tax returns and is in a new status.
# * `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns.
# * `Inactive` - The company is currently inactive.
#
# ### Security Policies
#
Expand Down
2 changes: 1 addition & 1 deletion lib/avatax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AvaTax
VERSION = '21.3.0'.freeze unless defined?(::AvaTax::VERSION)
VERSION = '21.3.1'.freeze unless defined?(::AvaTax::VERSION)
end

0 comments on commit a3e7977

Please sign in to comment.