Skip to content

Commit a65031a

Browse files
authored
Merge pull request #379 from Shopify/Update_Romania_VAT_rate_from_19_to_21_
Update Romania VAT rate from 19% to 21%
2 parents e41d19c + 535b38b commit a65031a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2929

3030
---
3131

32+
## [1.17.5] - 2025-07-31
33+
- Update Romania VAT rate from 19% to 21%
34+
3235
## [1.17.4] - 2025-07-02
3336
- Remove postal codes requirement for Romania [#375](https://github.com/Shopify/worldwide/pull/375)
3437

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
worldwide (1.17.4)
16+
worldwide (1.17.5)
1717
activesupport (>= 7.0)
1818
i18n
1919
phonelib (~> 0.8)

data/regions/RO.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Romania
33
code: RO
4-
tax: 0.19
4+
tax: 0.21
55
currency: RON
66
unit_system: metric
77
tax_name: VAT

lib/worldwide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Worldwide
4-
VERSION = "1.17.4"
4+
VERSION = "1.17.5"
55
end

0 commit comments

Comments
 (0)