Skip to content

Commit

Permalink
🚀 Bump version, require HA>2022.12, and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azogue committed Mar 12, 2023
1 parent 5bebefd commit f3e853d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v3.1.0](https://github.com/azogue/eventsensor/tree/v3.1.0) (2023-03-12)

[Full Changelog](https://github.com/azogue/eventsensor/compare/v3.0.0...v3.1.0)

**Changes:**

- Sort `manifest.json` keys and declare `integration_type=entity`
- Update pre-commit config and apply lint fixes
- Require Home Assistant Core >= 2022.12.0

## [v3.0.0](https://github.com/azogue/eventsensor/tree/v3.0.0) (2021-12-20)

[Full Changelog](https://github.com/azogue/eventsensor/compare/v2.4.2...v3.0.0)
Expand Down
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"sensor"
],
"zip_release": false,
"homeassistant": "2021.12.0",
"homeassistant": "2022.12.0",
"iot_class": "Local Push",
"render_readme": true,
"version": "3.0.0"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eventsensor"
version = "3.0.0"
version = "3.1.0"
description = "HomeAssistant custom sensor to track specific events"
authors = ["Eugenio Panadero <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f3e853d

Please sign in to comment.