diff --git a/CHANGELOG.md b/CHANGELOG.md index 1800243..bb33a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # CHANGELOG +## v1.0.4 (2024-09-07) + +### Unknown + +* Merge remote-tracking branch 'origin/main' ([`68aabcd`](https://github.com/bartei/rotary-controller-python/commit/68aabcd74b7d3dcec69d98a61ff0013bfaa4182a)) + ## v1.0.3 (2024-09-07) ### Fix +* fix: hide cursor from the window +fix: update packages ([`9c09551`](https://github.com/bartei/rotary-controller-python/commit/9c09551c5703048f9c56bbc1ea7cc982fcbe8b08)) + * fix: limit maximum volume to 50 ([`f864738`](https://github.com/bartei/rotary-controller-python/commit/f864738b3b62faf5ae358fe76e4a3650bc0e3b76)) * fix: update packages ([`489dd3f`](https://github.com/bartei/rotary-controller-python/commit/489dd3f6aedb633eecc6836bd85a90a1e1da43e3)) diff --git a/pyproject.toml b/pyproject.toml index f06da29..dd33133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rotary-controller-python" -version = "1.0.3" +version = "1.0.4" description = "Rotary Controller Python" authors = ["Stefano Bertelli "] license = "MIT"