Skip to content

Commit d766b55

Browse files
committed
Release 1.1.2
1 parent e2c272a commit d766b55

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,18 @@ repositories {
308308
}
309309
310310
dependencies {
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'
311+
implementation 'com.github.ehn-dcc-development:hcert-kotlin:1.1.2'
312+
implementation 'com.github.ehn-dcc-development:hcert-kotlin-jvm:1.1.2'
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.2:
321+
- Relax schema validation once more to allow explicit `null` values for `nm`, `ma` in HCERT Test entries
322+
320323
Version 1.1.1:
321324
- Make `tc` (`testFacility`) in HCERT Test optional
322325

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "ehn.techiop.hcert"
10-
version = "1.1.1"
10+
version = "1.1.2"
1111
java.sourceCompatibility = JavaVersion.VERSION_1_8
1212

1313
idea {

0 commit comments

Comments
 (0)