Skip to content

Commit dfe89da

Browse files
committed
Release v2.0.1
1 parent 5da84a5 commit dfe89da

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.0.1
4+
Released 5 August 2024
5+
6+
Highlights:
7+
* Updated: upgrade to aiobiketrax v1.3.1 to address compatibility with Home Assistant 2024.8.
8+
9+
The full list of commits can be found [here](https://github.com/basilfx/homeassistant-biketrax/compare/v2.0.0...v2.0.1).
10+
311
## v2.0.0
412
Released 21 May 2024
513

custom_components/biketrax/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"loggers": ["aiobiketrax"],
1212
"requirements": ["aiobiketrax==1.3.1"],
1313
"ssdp": [],
14-
"version": "2.0.0",
14+
"version": "2.0.1",
1515
"zeroconf": []
1616
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ profile = "black"
1414

1515
[tool.poetry]
1616
name = "homeassistant-biketrax"
17-
version = "2.0.0"
17+
version = "2.0.1"
1818
description = "Custom component for the PowUnity BikeTrax integration for Home Assistant."
1919
authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]
2020
package-mode = false

0 commit comments

Comments
 (0)