From 76bc04634fc900b51d4fe1953df5a2980704eb2e Mon Sep 17 00:00:00 2001
From: Alessandro Lai <alessandro.lai85@gmail.com>
Date: Tue, 6 Mar 2018 15:38:02 +0100
Subject: [PATCH] Update changelog for release 1.0.2

---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c82307da..07743918 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+
+## 1.0.2 - 2018-03-06
 ### Fixed
- - Fix `processorOptions` in yaml configuration
+ - Fix `processorOptions` in YAML configuration (#109, backport of #107)
 
 ## 1.0.1 - 2017-12-04
 ### Changed