diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2ca4cc..4554dd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-# [Unreleased]
+# [0.6.0] - 2023-02-24
### Added
- Show a toast with an Undo option when clearing the history
diff --git a/data/com.github.finefindus.eyedropper.metainfo.xml.in.in b/data/com.github.finefindus.eyedropper.metainfo.xml.in.in
index 7170984..74494d1 100644
--- a/data/com.github.finefindus.eyedropper.metainfo.xml.in.in
+++ b/data/com.github.finefindus.eyedropper.metainfo.xml.in.in
@@ -47,7 +47,33 @@
https://github.com/FineFindus/eyedropper#translation
-
+
+
+ Added:
+
+ - Show a toast with an Undo option when clearing the history
+ - Use Ctrl-Q to close the window
+ - Use a default minimum window size, content should no longer unnecessarily cut off
+ - New icon by @bertob
+ - Export palettes as Adobe Swatch Exchange (ASE), hex, PAL, Paint.NET (txt) files
+ - Minor changes to the store metadata
+
+ Changed:
+
+ - Hunter-Lab now displays 0 instead of NaN
+ - Improved tooltips for copying colors
+ - Palette window now uses a button with a more explicit text instead of an icon
+ - Reworded project description
+ - Updated all screenshots
+
+ Fixed:
+
+ - Separator is now hidden when the history list is hidden
+ - Improved editing experience when change the Hex color/name
+
+
+
+
Added: