diff --git a/CHANGELOG.md b/CHANGELOG.md
index 416eb22..e4133a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
Unreleased changes
+### Added
+ -
+
+### Changed
+ -
+
+### Fixed
+ -
+
+
+
+## [v1.0.3](https://github.com/sam210723/xrit-rx/releases/tag/v1.0.3) - 2019-12-09
+Added work-around for ``COMSFOG`` and ``COMSIR1`` transmission issue, an infrared imagery enhancement tool, and fixed some demuxer bugs.
+
+
+Details
+
### Added
- IR enhancement tool ([tools\enhance-ir.py](https://github.com/sam210723/xrit-rx/tree/master/tools/enhance-ir.py))
- Extra demuxer info in verbose mode
@@ -30,14 +47,12 @@ Added decryption tools, an option to blacklist individual virtual channels, and
- xRIT file decryption tool ([tools\xrit-decrypt.py](https://github.com/sam210723/xrit-rx/tree/master/tools/xrit-decrypt.py))
- Key file decryption tool ([tools\keymsg-decrypt.py](https://github.com/sam210723/xrit-rx/tree/master/tools/keymsg-decrypt.py))
-### Changed
- -
-
### Fixed
- VCDU continuity counter
- Handle CP_PDU headers spanning multiple M_PDUs
+
## [v1.0.1](https://github.com/sam210723/xrit-rx/releases/tag/v1.0.1) - 2019-07-29
Added tools for bulk processing LRIT IMG and ADD files, plus some minor code refactoring.
@@ -59,5 +74,6 @@ Added tools for bulk processing LRIT IMG and ADD files, plus some minor code ref
- Socket connection reset exception
+
## [v1.0](https://github.com/sam210723/xrit-rx/releases/tag/v1.0) - 2019-07-23
Initial release based on the [COMS-1 project](https://github.com/sam210723/COMS-1).