diff --git a/CHANGELOG.md b/CHANGELOG.md index 0237795..ccc24ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. +## 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 diff --git a/custom_components/bodymiscale/const.py b/custom_components/bodymiscale/const.py index 4b60cb1..3aa950a 100644 --- a/custom_components/bodymiscale/const.py +++ b/custom_components/bodymiscale/const.py @@ -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" diff --git a/custom_components/bodymiscale/manifest.json b/custom_components/bodymiscale/manifest.json index 24ac71e..ce85ca3 100644 --- a/custom_components/bodymiscale/manifest.json +++ b/custom_components/bodymiscale/manifest.json @@ -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" }