updated history, readme

This commit is contained in:
jstaerk
2023-02-13 09:47:56 +01:00
parent 45b8cf4aa4
commit 3a0c0280d7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2.6.1
=======
2023-02-13
- return error code not only on validation but also on recursive directory validation - return error code not only on validation but also on recursive directory validation
- allow Bank credentials without BIC - allow Bank credentials without BIC
- allow minimum profile without delivery date - allow minimum profile without delivery date

View File

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