From 63a812af8dcd0e1ce3c158fa3efdb82c627683f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 28 Oct 2019 13:39:13 +0200 Subject: [PATCH] Update changelog for 3.0.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8160813..e5d7d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ 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/). +## 3.0.6 - 2019-10-28 + +- Bugfix for option sanitizer, #654, #655 + ## 3.0.5 - 2019-10-01 - Fix syntax error in composer.json, #653