diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b326a..e4ddf44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.4.1 (Next) +### 0.5.0 (7/21/2023) * Update README, CHANGELOG, and LICENSE from RDoc to Markdown - @brchristian. @@ -6,7 +6,6 @@ @rchekaluk. * Update WSDL endpoint URL as recommended by TaxCloud to https://api.taxcloud.com/1.0/?wsdl - @mrmarcondes. -* Your contribution here. ### 0.4.0 (12/7/2020) diff --git a/lib/tax_cloud/version.rb b/lib/tax_cloud/version.rb index f2637a5..1e2cbf1 100644 --- a/lib/tax_cloud/version.rb +++ b/lib/tax_cloud/version.rb @@ -2,5 +2,5 @@ module TaxCloud #:nodoc: # The version of the tax_cloud gem. - VERSION = '0.4.1' + VERSION = '0.5.0' end