Skip to content

Commit 0cf5ef9

Browse files
release 0.3.0
1 parent 5d38870 commit 0cf5ef9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ Generic openEHR Client and Objekt-mapper:
77
* RestClient for openEHR Rest-API
88
* AQL-Query generator (TODO)
99

10+
## Release Notes (v0.3.0)
11+
-RestClient for DIRECTORY endpoint
12+
-Improved clean-up of empty elements
13+
-Improved generation of EVENT classes
14+
-Automated generation of PARTICIPATION classes
15+
-Added support for PARTY_PROXY
16+
-Moved to EHRbase 11
1017

1118
## Installation
1219

1320
### Prerequisite
14-
You need to have EHRbase jars for v0.10.0 in your maven repo
21+
You need to have EHRbase jars for v0.11.0 in your maven repo (clone EHRbase and build with 'mvn clean install')
1522
### Build
1623
```bash
1724
mvn clean install

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
<groupId>org.ehrbase</groupId>
2525
<artifactId>client-library</artifactId>
26-
<version>0.2.0</version>
26+
<version>0.3.0</version>
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<skipIntegrationTests>true</skipIntegrationTests>
31-
<ehrbaseVersion>0.10.0</ehrbaseVersion>
31+
<ehrbaseVersion>0.11.0</ehrbaseVersion>
3232
<maven.compiler.release>11</maven.compiler.release>
3333
<maven.compiler.source>11</maven.compiler.source>
3434
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)