diff --git a/CHANGELOG.md b/CHANGELOG.md index 5809c2f..8baca1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +## 2.15.0 (2024-09-02) + +### Tax Rate Updates + +* **Finland**: 24% to 25.5% (1st September 2024) [[@brennofaneco](https://github.com/brennofaneco), [#69](https://github.com/valeriansaliou/node-sales-tax/pull/69)]. + ## 2.14.0 (2024-02-16) ### Tax Rate Updates diff --git a/package.json b/package.json index f9a7f55..42e4f69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sales-tax", "description": "International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.", - "version": "2.14.0", + "version": "2.15.0", "homepage": "https://github.com/valeriansaliou/node-sales-tax", "license": "MIT", "author": {