From 71a1767e868fcc1e5dc090b3ea7cd3965f3c8cb2 Mon Sep 17 00:00:00 2001
From: Bart Jaskulski <bjaskulski@protonmail.com>
Date: Thu, 29 Jun 2023 09:20:16 +0200
Subject: [PATCH] chore: add changelog entry

Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba6c217..c568dcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [3.6.2] - 2023-06-29
+### Fixed
+- Exact comparison for X.Y.Z semver version doesn't result in notices when the required version is met. Previously, requiring plugin in 1.1.1 version and activating dependend plugin in such version would result in admin notice and disabling the plugin, actually letting to use the plugin only from 1.1.2 version.
+
 ## [3.6.1] - 2023-06-22
 ### Changed
 - Plugin info transient changed to auto loaded option 
-- 
GitLab