Skip to content

Commit

Permalink
Preparing next release
Browse files Browse the repository at this point in the history
  • Loading branch information
csowada committed Jan 31, 2021
1 parent fa609f8 commit 7f00f29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [1.1.5] - 2021-01-31
### Changed
- Removed clone() from DataType objects
- Simplified EbusConfigurationReader methods
### Fixed
- Fix NPE for NestedValues

## [1.1.4] - 2020-12-27
### Changed
- Enhanced the internal ThreadPool from 30 to 60 to prevent issues on startup
Expand Down
2 changes: 1 addition & 1 deletion 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.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<url>https://github.com/csowada/ebus</url>
<packaging>bundle</packaging>

Expand Down

0 comments on commit 7f00f29

Please sign in to comment.