Skip to content

Commit 55917d6

Browse files
committed
Release 1.1.0
1 parent 7ce5c4f commit 55917d6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,22 @@ repositories {
308308
}
309309
310310
dependencies {
311-
implementation 'com.github.ehn-dcc-development:hcert-kotlin:1.0.2-SNAPSHOT'
312-
implementation 'com.github.ehn-dcc-development:hcert-kotlin-jvm:1.0.2-SNAPSHOT'
311+
implementation 'com.github.ehn-dcc-development:hcert-kotlin:1.1.0'
312+
implementation 'com.github.ehn-dcc-development:hcert-kotlin-jvm:1.1.0'
313313
}
314314
```
315315

316316
If you are planning to use this library, we'll suggest to fork it (internally), and review incoming changes. We can not guarantee non-breaking changes between releases.
317317

318318
## Changelog
319319

320+
Version 1.1.0:
321+
- Try to parse as many dates and datetimes as possible
322+
- Perform a very relaxed schema validation by default
323+
- Add errors for trust list loading
324+
- Support lower Android targets by not using `java.util.Base64`
325+
- Publish library on jitpack.io
326+
320327
Version 1.0.1:
321328
- Validate schema on JVM
322329
- Fix usage of this project as a library, e.g. on Android

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "ehn.techiop.hcert"
10-
version = "1.0.2-SNAPSHOT"
10+
version = "1.1.0"
1111
java.sourceCompatibility = JavaVersion.VERSION_1_8
1212

1313
idea {

0 commit comments

Comments
 (0)