diff --git a/CHANGELOG b/CHANGELOG index 9b10f96..b11b0c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +## 0.11.1 + +SECURITY: + +Ignore CVE-2021-36159, apk-tools is removed from final +deprecation on using HEAD^2 for codeql +Bump codeql to v2 +Add pins in setup.py that match requirements.txt. Bump Alpine to 3.16. Clean up dockerfile +Move from git:// to https:// +Bump alpine to 3.16 + ## 0.11.0 IMPROVEMENTS: diff --git a/pyproject.toml b/pyproject.toml index def6c96..3146357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Tilty" -version = "0.11.0" +version = "0.11.1" description = "A pluggable system to receive and transmit bluetooth events from the Tilt Hydrometer" authors = ["Marcus Young <3vilpenguin@gmail.com>"] license = "MIT" diff --git a/setup.py b/setup.py index eb966d7..a2006fd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type="text/markdown", py_modules=['tilty', 'blescan'], - version='0.11.0', + version='0.11.1', packages=find_packages(exclude=['tests*']), install_requires=[ 'click==7.1.2',