Skip to content

Commit 7fdf322

Browse files
committed
prep 3.8.0 release
1 parent dcc1683 commit 7fdf322

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 3.8.0
4+
5+
This version introduces a change in the way quantities are handled in the line items to make it
6+
more standards compliant. The original `quantity` property will be removed in 4.0.0.
7+
8+
- [FEATURE] Add `billed_quantity` and `basis_quantity` to be more spec compliant. PR by @ahmedm10
9+
- [FEATURE] Enable different tax reasons per tax. PR by @ahmedm10
10+
- [FEATURE] Add extra fields to support SEPA direct debit. PR by @ronald
11+
- [FEATURE] Add extra field to support buyer reference id. PR by @ronald
12+
- [FEATURE] Add extra field to support buyer person name. PR by @ronald
13+
314
## 3.7.0
415

516
- [FEATURE] Add ability to add BIC and payee name to help with Verification of Payee. PR by @tosch

CONTRIBUTORS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This library has been originally developed by Jan @halfbyte Krutisch.
44

5+
Many thanks to the following contributors (in order of contribution)
6+
57
@zealot128 (Stefan Wienert) contributed a bunch of new fields on invoice and also helped keeping the specs up to date.
68

79
@SubandiK (Subandi Khairun) added a more robust handling of tax rates and fixed bugs in the original code.
@@ -12,3 +14,7 @@ This library has been originally developed by Jan @halfbyte Krutisch.
1214

1315
@corny (Julian Kornberger) added support for notes among other things.
1416

17+
@ahmedm10 (Ahmed Abdulmajeed) fixed the line item quantities and enabled different tax reasons per tax
18+
19+
@ronald (Mr. Ronald) added support for SEPA extra fields and more fields for buyer reference
20+

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.7.0"
18+
VERSION = "3.8.0"
1919
end

0 commit comments

Comments
 (0)