From 604cfda57b27c90fd75828ef43d16dba6d4cca96 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Fri, 3 Nov 2023 16:57:14 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f449560..b208d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [current] +### Changed + +- Updated Kilovolt with a new websocket library + +## [3.3.0] - 2023-11-03 + ### Added - Added a light theme, can be set during onboarding or in the UI settings @@ -264,7 +270,8 @@ UPGRADE NOTE: If upgrading from an earlier version, please re-authenticate your - Stulbe integration for alerts -[current]: https://github.com/strimertul/strimertul/compare/v3.2.1...HEAD +[current]: https://github.com/strimertul/strimertul/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/strimertul/strimertul/compare/v3.2.1...v3.3.0 [3.2.1]: https://github.com/strimertul/strimertul/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/strimertul/strimertul/compare/v3.1.5...v3.2.0 [3.1.5]: https://github.com/strimertul/strimertul/compare/v3.1.4...v3.1.5