diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed1e61..6b57309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.7.4 (2022-09-08) +### Fix +* Bump bluetooth packages ([`595e575`](https://github.com/AustinBrunkhorst/pysnooz/commit/595e57564857cbbb0000c19dc7746b0ae9264677)) + +### Documentation +* Update README ([`828ce0d`](https://github.com/AustinBrunkhorst/pysnooz/commit/828ce0d02d6e3fe5c0959a02855585a73b997246)) + ## v0.7.3 (2022-08-31) ### Fix * Improve resilience for exceptions ([`349ad59`](https://github.com/AustinBrunkhorst/pysnooz/commit/349ad59dacbfa7220bc5fe05197262e67c0959e6)) diff --git a/pyproject.toml b/pyproject.toml index 2651885..8160bc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnooz" -version = "0.7.3" +version = "0.7.4" description = "Control SNOOZ white noise machines." authors = ["Austin Brunkhorst "] license = "MIT" diff --git a/src/pysnooz/__init__.py b/src/pysnooz/__init__.py index 4910b9e..ed9d4d8 100644 --- a/src/pysnooz/__init__.py +++ b/src/pysnooz/__init__.py @@ -1 +1 @@ -__version__ = "0.7.3" +__version__ = "0.7.4"