diff --git a/CHANGELOG.md b/CHANGELOG.md index b584304..60cfe8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - yyyy-mm-dd -## [0.1.0-beta2.1.1] - 2021-08-13 +## [0.1.0-beta3.0.0] - 2021-08-13 ### Added - Added realtime property to series config, to control speed of updates from listener to hub for that series diff --git a/version.py b/version.py index 256521a..2b67a13 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = '0.1.0-beta2.1.1' \ No newline at end of file +VERSION = '0.1.0-beta3.0.0' \ No newline at end of file