Skip to content

Commit 2feece1

Browse files
committed
Prep 3.5.0 release
1 parent 4692781 commit 2feece1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.1
1+
ruby 3.4.2

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.5.0
4+
5+
- [FEATURE] Yet another tax calculation/validation mode :ITEM_BASED. PR by @SubandiK
6+
- [CHORE] Update ruby version files to 3.4.2
7+
38
## 3.4.0
49

510
- [FEATURE] Allow for "untaxable" invoices. This is, for example the case when you deliver services to US states that don't tax these, or if you're falling below the registration threshold.

lib/secretariat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
=end
1616

1717
module Secretariat
18-
VERSION = '3.4.0'
18+
VERSION = '3.5.0'
1919
end

0 commit comments

Comments
 (0)