diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cf3db2d..83370937 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,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/).
-## [0.10.2]
-
+## [0.10.2] 2022-04-16
### Improvements
- Arch
- install:
@@ -20,9 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-- Web
- - installation form width
+- Flatpak
+ - faster updates reading (threaded)
- General
- code refactoring
@@ -44,13 +40,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- changing some words and symbols to improve readability and cohesion [#250](https://github.com/vinifmor/bauh/issues/250)
- displaying update sizes as localized numbers [#250](https://github.com/vinifmor/bauh/issues/250)
- settings: some components' width reduced
+
+- Web
+ - installation form width
### Fixes
-- General
- - not properly converting bibyte (KiB, MiB, ...) and byte (kB, MB, ...) based sizes to bytes
- - uninstall and downgrade logs are not available [#255](https://github.com/vinifmor/bauh/issues/255)
-
- Arch:
- displaying already installed packages when suggesting optional dependencies (pacman >= 6.0)
@@ -66,6 +61,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- upgrade: informing the download size as the additional installation size
- random index out of bounds exception when reading updates
+- General
+ - not properly converting bibyte (KiB, MiB, ...) and byte (kB, MB, ...) based sizes to bytes
+ - uninstall and downgrade logs are not available [#255](https://github.com/vinifmor/bauh/issues/255)
+
- UI
- not displaying the right unit symbol for byte based sizes (kB, MB, TB, ...) [#250](https://github.com/vinifmor/bauh/issues/250)
- some components do not properly adjust the text size [#253](https://github.com/vinifmor/bauh/issues/253)