Skip to content

Commit

Permalink
Bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian S. committed May 17, 2020
1 parent 022fa8c commit d1d46eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.7 (2020-05-17)

Features:

- Limit the ThreadPoolExecutor to max. 30 threads

Bugfixes:

- Add sender thread restart to main loop
- Fix a NullPoint Exception

## 1.0.6 (2020-02-09)

Features:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe.</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-core</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>
<url>https://github.com/csowada/ebus</url>
<packaging>bundle</packaging>

Expand All @@ -17,7 +17,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<license.year>2020</license.year>
<bundle.version>1.0.6.${maven.build.timestamp}</bundle.version>
<bundle.version>1.0.7.${maven.build.timestamp}</bundle.version>
</properties>

<organization>
Expand Down

0 comments on commit d1d46eb

Please sign in to comment.