File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments