diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6391650..284f3fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.5.2
+## 0.5.2 230629
### Added
- Refactor - extract lambda to function
@@ -8,8 +8,6 @@
- Swank action - unintern symbol function
- Swank action - reevalute defvar
-### Changes
-
### Fixes
- Fixed indentation issues
- Fixed symbol parsing - |123| reported as number
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index f1e0a76..e2d5e44 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -279,17 +279,19 @@
Symbol inspection
Rainbow braces option
More CLHS browser options
Evaluate top level action
0.5.2 New features:
Refactor - extract lambda to function
Refactor - rename symbol
Swank action - disassemble
Swank action - undefine function
Swank action - unintern symbol function
Swank action - reevalute defvar
0.5.1 Changes and fixes:
Macroexpand is now action and menu, no longer automatic!
Added symbols with no file into all search places
0.5.2 Changes and fixes:
Fixed indentation issues
Fixed symbol parsing - |123| reported as number
Fixed #88, #83