Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 6, 2023
1 parent 53875fd commit 4be01dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log for Charge Amps for Home Assistant

## 1.8.5 (2023-11-06)

- Update dependencies

## 1.8.4 (2023-09-28)

- Update support address for Charge Amps
Expand Down
4 changes: 2 additions & 2 deletions custom_components/chargeamps/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "chargeamps",
"name": "Chargeamps",
"version": "1.8.4",
"version": "1.8.5",
"documentation": "https://github.com/kirei/hass-chargeamps",
"issue_tracker": "https://github.com/kirei/hass-chargeamps/issues",
"dependencies": [
Expand All @@ -14,7 +14,7 @@
],
"requirements": [
"chargeamps==1.5.1",
"dataclasses-json>=0.5.14",
"dataclasses-json>=0.6.1",
"homeassistant>=2022.11.0"
]
}

0 comments on commit 4be01dd

Please sign in to comment.