We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d77f8 commit 927e7eaCopy full SHA for 927e7ea
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.8.3 (2023-04-28)
6
+### Fix
7
+* Add functionality for missing enum values ([#43](https://github.com/humbertogontijo/python-roborock/issues/43)) ([`49d77f8`](https://github.com/humbertogontijo/python-roborock/commit/49d77f8208a65cb0fb86ab7948138df0bf447e45))
8
+
9
## v0.8.2 (2023-04-27)
10
### Fix
11
* Using single device api ([`e689e8d`](https://github.com/humbertogontijo/python-roborock/commit/e689e8d141acff998fd524ace923621fc0f91d0c))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.8.2"
+version = "0.8.3"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments