diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a9e82..dcd7707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v3.0.1] - 2023-10-04 + +### Fixed + +- Handle connection resets in sync library (already handled by async library). + Thanks to @jlopez77 and @githubDante. See [GH issue #44](https://github.com/jmccrohan/pysolarmanv5/issues/44) + ## [v3.0.0] - 2023-05-21 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 2e74fc7..538eee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pysolarmanv5" -version = "3.0.0" +version = "3.0.1" description = "A Python library for interacting with Solarman (IGEN-Tech) v5 based Solar Data Loggers" readme = "README.md" requires-python = ">=3.8"