From 91c635abc33f790c660914ddf99e1a6a682db8ce Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 24 Jun 2023 12:23:08 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9509a8cde..7051acbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,10 @@ All notable changes to this project will be documented in this file. ## [Released] -## [12.5.0] 20230417 -- Release Peyton - -## [12.5.0.4] +## [13.0.0] 20230628 +- Release Qasim +## [12.5.0.4] 20230628 ### Added - Matter ability to add or remove endpoint in bridge mode (code only) - Matter add controller's Vendor Name to logs and UI @@ -18,8 +17,6 @@ All notable changes to this project will be documented in this file. - Berry add global function `format` as a simpler syntax to `string.format` - Berry added f-strings as an alternative to string formatting -### Breaking Changed - ### Changed - Berry `webclient.url_encode()` is now a static class method, no change required to existing code (#18775) - Matter Bridge mode always on @@ -34,8 +31,6 @@ All notable changes to this project will be documented in this file. - Berry fixed parser error with upvals in closures - NeoPool fix NPFiltration switch result (#18871) -### Removed - ## [12.5.0.3] 20230602 ### Added - Command ``WifiPower 0`` to enable dynamic wifi power based on RSSI by @TD-er (#15443) @@ -116,8 +111,6 @@ All notable changes to this project will be documented in this file. - Berry fix rules for string comparisons (#18464) - Shutter: GarageMode does not stop on console commands, `ShutterSetOpen` and `ShutterSetClose` does not reset direction (#18539) -## [Released] - ## [12.5.0] 20230417 - Release Peyton