Skip to content

Commit f4eef1e

Browse files
Bump version and update CHANGELOG.
1 parent c662d12 commit f4eef1e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ TBD
3838

3939
## Changelog
4040

41+
### 0.6.0 (2021-01-04)
42+
43+
- Correctly close previous TCP socket on reconnects in `TcpConnection`.
44+
- Fix some threading issues:
45+
- Prevent CME on `Connection#setConnectionState`.
46+
- Update dependencies.
47+
48+
4149
### 0.5.0 (2020-09-27)
4250

4351
- Add `StreamConnection` class.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.5.0</version>
6+
<version>0.6.0</version>
77
<name>RESOL VBus Parent</name>
88
<packaging>pom</packaging>
99

vbus-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.5.0</version>
6+
<version>0.6.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>vbus-example</artifactId>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>de.resol</groupId>
1414
<artifactId>vbus</artifactId>
15-
<version>0.5.0</version>
15+
<version>0.6.0</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fazecast</groupId>

vbus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>de.resol</groupId>
55
<artifactId>vbus</artifactId>
6-
<version>0.5.0</version>
6+
<version>0.6.0</version>
77
<packaging>jar</packaging>
88

99
<name>RESOL VBus</name>

0 commit comments

Comments
 (0)