diff options
author | Adnan Abdulally <adnan.abdulally@printivity.com> | 2021-02-01 09:53:04 -0800 |
---|---|---|
committer | Noah Silvera <noah@super.gd> | 2021-03-17 07:11:56 -0700 |
commit | 68b258ac1a70346d121b57e8dfdf09a1b3df02ee (patch) | |
tree | d842dcc04299bd4d7936118ebeb87d1071cb0347 /lib/super_good | |
parent | 5685e91dab45d8fee7149ca2aa143dc877851723 (diff) |
Update CHANGELOG.md
Add information around the breaking changes added and upgrade
instructions for 0.17.X to 0.18.X
Co-authored-by: Nick Van Doorn <nick@super.gd>
Diffstat (limited to 'lib/super_good')
-rw-r--r-- | lib/super_good/solidus_taxjar/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/super_good/solidus_taxjar/version.rb b/lib/super_good/solidus_taxjar/version.rb index b316dfa..ac6b87b 100644 --- a/lib/super_good/solidus_taxjar/version.rb +++ b/lib/super_good/solidus_taxjar/version.rb @@ -1,5 +1,5 @@ module SuperGood module SolidusTaxjar - VERSION = "0.17.1" + VERSION = "0.18.0" end end |