From feb0acc41da786a3ca5f773404909e88fadeec33 Mon Sep 17 00:00:00 2001 From: Jan Krutisch Date: Wed, 27 Nov 2024 14:45:02 +0100 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 7 +++++++ lib/secretariat/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ad1bc..ba11c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/secretariat/version.rb b/lib/secretariat/version.rb index efce08a..22f96e5 100644 --- a/lib/secretariat/version.rb +++ b/lib/secretariat/version.rb @@ -15,5 +15,5 @@ =end module Secretariat - VERSION = '3.0.1' + VERSION = '3.1.0' end