Skip to content

Commit 71fd646

Browse files
committed
Prepare release 1.4.0
1 parent ce1b8de commit 71fd646

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.4.0] - unreleased
7+
## [1.5.0] - unreleased
8+
9+
## [1.4.0] - 2021-03-03
810

911
### Added
10-
* [#18] Added new fields to be compatible with Fritz!OS 7.25
12+
* [#18](https://github.com/kaklakariada/fritzbox-java-api/pull/18) Added new fields to be compatible with Fritz!OS 7.25
1113
* Device (Fritz!Dect440) serves now relative humidity
1214
* ColorControl (Fritz!Dect500) got some more fields
1315
* Added some getter for fields that did miss them

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ See [CHANGELOG.md](CHANGELOG.md).
3434
3535
```groovy
3636
dependencies {
37-
compile 'com.github.kaklakariada:fritzbox-java-api:1.3.1'
37+
compile 'com.github.kaklakariada:fritzbox-java-api:1.4.0'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)