updated history

This commit is contained in:
jstaerk
2021-02-09 09:58:24 +01:00
parent 3cef91025d
commit 86276c2751
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
2.1.1
=======
2020-02-02
2020-02-09
- PR #217 seller order referenced document thanks to weclapp-dev
- PR #218 allow recipient contact in XRechnung thanks to seeeeew
- RE #221 remove outdated dependency thanks to heisej
- RE #221 remove outdated dependency thanks to heisej
- RE #223 allow XRechnung without street thanks to murygin
- only deploy library and validator to maven central, not core nor cli
- a correction should reference the original invoice via invoiceReferencedDocument, not buyerOrderReferencedDocument
- upgraded CEN Schematron validation (codes 24) to v1.3.4

View File

@@ -25,7 +25,7 @@ If you setup a Maven project, you can grab the artifacts using
<dependency>
<groupId>org.mustangproject</groupId>
<artifactId>library</artifactId>
<version>2.0.2</version>
<version>2.1.1</version>
</dependency>
```