Skip to content

Commit a7aba96

Browse files
committed
Release v2.36
1 parent 11c370b commit a7aba96

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Version 2.36-SNAPSHOT
3+
## Version 2.36
44

55
**Updates**
6+
* Bumped Dependencies.
67
* Added support for namespaces and multi-namespace models.
78
* Fixed Sta V2 time interval and time value deserialisation.
89

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add the dependency:
2929
<dependency>
3030
<groupId>de.fraunhofer.iosb.ilt</groupId>
3131
<artifactId>FROST-Client-Dynamic</artifactId>
32-
<version>2.34</version>
32+
<version>2.36</version>
3333
</dependency>
3434

3535
```
@@ -38,7 +38,7 @@ Add the dependency:
3838

3939
Add the dependency:
4040
```gradle
41-
compile 'de.fraunhofer.iosb.ilt:FROST-Client-Dynamic:2.34'
41+
compile 'de.fraunhofer.iosb.ilt:FROST-Client-Dynamic:2.36'
4242
```
4343

4444
## API

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.fraunhofer.iosb.ilt</groupId>
66
<artifactId>FROST-Client-Dynamic</artifactId>
7-
<version>2.36-SNAPSHOT</version>
7+
<version>2.36</version>
88
<packaging>jar</packaging>
99

1010
<name>FROST-Client-Dynamic</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:git@github.com:FraunhoferIOSB/FROST-Client-Dynamic.git</connection>
4444
<developerConnection>scm:git:git@github.com:FraunhoferIOSB/FROST-Client-Dynamic.git</developerConnection>
45-
<tag>HEAD</tag>
45+
<tag>v2.36</tag>
4646
<url>https://github.com/FraunhoferIOSB/FROST-Client-Dynamic</url>
4747
</scm>
4848

0 commit comments

Comments
 (0)