Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halfbyte committed Nov 27, 2024
1 parent 952636f commit feb0acc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.0

- [BUGFIX] Schematron Validator always reported valid. Fix by @SubandiK
- [FEATURE] Allow skipping validations on `Invoice` and `LineItem` to allow for alternative calculation methods. PR by @zealot128
- [FEATURE] Multiple fields added (`payment_due_date`, `service_period_to` + `...from`, `payment_iban`, `buyer_reference`, `payment_terms_text`) to Invoice. PR by @zealot128
- [FEATURE] Return a list of exceptions from schematron validator to make it behave the same as schema validator.

## 3.0.1

- [BUGFIX] Schema JAR must be properly relatively addressed when published as a gem
Expand Down
2 changes: 1 addition & 1 deletion lib/secretariat/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
=end

module Secretariat
VERSION = '3.0.1'
VERSION = '3.1.0'
end

0 comments on commit feb0acc

Please sign in to comment.