Skip to content

Commit 77071cd

Browse files
Bump version and update changelog.
1 parent 7abf3f1 commit 77071cd

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

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

3939
## Changelog
4040

41+
### 0.7.0 (2021-01-23)
42+
43+
- Add `EmDeviceEmulator#setResistorValueByNrAndBasSettings`.
44+
45+
4146
### 0.6.0 (2021-01-04)
4247

4348
- Correctly close previous TCP socket on reconnects in `TcpConnection`.

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.6.0</version>
6+
<version>0.7.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.6.0</version>
6+
<version>0.7.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.6.0</version>
15+
<version>0.7.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.6.0</version>
6+
<version>0.7.0</version>
77
<packaging>jar</packaging>
88

99
<name>RESOL VBus</name>

0 commit comments

Comments
 (0)