Skip to content

Commit 6224e57

Browse files
committed
Release 3.3.0
1 parent f044ea7 commit 6224e57

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 3.3.0
4+
5+
- [FEATURE] Allow for vertical tax calculation. PR by @RST-J
6+
- [FEATURE] Allow for negative line items. PR by @SubandiK
7+
- [FEATURE] Allow for attachments. PR by @mnin
8+
- [FEATURE] Add a few tax exemption reasons that were missing
9+
310
## 3.2.0
411

512
- [CHORE] Update schemas for latest Factur-X version (1.07.2) by @zealot128

CONTRIBUTORS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ This library has been originally developed by Jan 'half/byte' Krutisch.
66

77
@SubandiK (Subandi Khairun) added a more robust handling of tax rates and fixed bugs in the original code.
88

9+
@RST-J (Jonas Peschla) added support for vertical tax calculation.
10+
11+
@mnin (Martin Wilhelmi) added support for attachments to put PDFs into your XML to put into your PDFs
12+
13+

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.2.0'
18+
VERSION = '3.3.0'
1919
end

0 commit comments

Comments
 (0)