diff --git a/CHANGELOG.md b/CHANGELOG.md
index 556ab8d820e1ea328b2bbe0fca24da71f50ca68b..fd7b3de83ad9e8d41e58c56cd789b1c8c04cc377 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.0.3] - 2020-09-06
+
+### Changed
+
+PlainNormalizer now strips `image:` prefix from plain representations of the images [outlokaddin#122](https://code.vereign.com/seal/clients/outlook-add-in/-/issues/122)
+
 ## [1.0.2] - 2020-06-07
 
 ### Added
diff --git a/package.json b/package.json
index 2d4ac66a459cd4a5bd3236b3002e0290c8969e1a..9e85a50f042ba5045dd81e968ed6787685492512 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "@vereign/mime-normalizer",
   "author": "Igor Markin <igor.markin@vereign.com>",
   "description": "A library that handles normalization of MIME plain and html parts",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "license": "MIT",
   "main": "./dist/index.js",
   "types": "./dist/index.d.ts",