Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Jun 23, 2021
1 parent 7ce5c4f commit 55917d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,22 @@ repositories {
}
dependencies {
implementation 'com.github.ehn-dcc-development:hcert-kotlin:1.0.2-SNAPSHOT'
implementation 'com.github.ehn-dcc-development:hcert-kotlin-jvm:1.0.2-SNAPSHOT'
implementation 'com.github.ehn-dcc-development:hcert-kotlin:1.1.0'
implementation 'com.github.ehn-dcc-development:hcert-kotlin-jvm:1.1.0'
}
```

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.

## Changelog

Version 1.1.0:
- Try to parse as many dates and datetimes as possible
- Perform a very relaxed schema validation by default
- Add errors for trust list loading
- Support lower Android targets by not using `java.util.Base64`
- Publish library on jitpack.io

Version 1.0.1:
- Validate schema on JVM
- Fix usage of this project as a library, e.g. on Android
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ehn.techiop.hcert"
version = "1.0.2-SNAPSHOT"
version = "1.1.0"
java.sourceCompatibility = JavaVersion.VERSION_1_8

idea {
Expand Down

0 comments on commit 55917d6

Please sign in to comment.