Skip to content

Commit

Permalink
V3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dckiller51 committed Jun 30, 2022
1 parent 2ab8d97 commit 8d3dadf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

<!--next-version-placeholder-->

## v3.0.0

- #75 Create a sensor for each attribute @edenhaus
- #75 Update pt-BR translation @dckiller51
- #75 Update FR translation @dckiller51
- #97 Bump pylint from 2.13.9 to 2.14.3 @dependabot
- #96 Bump actions/setup-python from 3 to 4 @dependabot
- #95 Bump mypy from 0.960 to 0.961 @dependabot
- #80 remove yaml support + fix config flow options @edenhaus
- #87 Bump pre-commit from 2.18.1 to 2.19.0 @dependabot
- #84 Bump github/codeql-action from 1 to 2 @dependabot

## v2.1.1

- fix for error for iOS users where the birthday selection was not displayed
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MIN_REQUIRED_HA_VERSION = "2022.4.0b0"
NAME = "BodyMiScale"
DOMAIN = "bodymiscale"
VERSION = "2.1.1"
VERSION = "3.0.0"

ISSUE_URL = "https://github.com/dckiller51/bodymiscale/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"issue_tracker": "https://github.com/dckiller51/bodymiscale/issues",
"name": "BodyMiScale",
"requirements": ["cachetools==5.1.0"],
"version": "2.1.1"
"version": "3.0.0"
}

0 comments on commit 8d3dadf

Please sign in to comment.