From 45399817ad2474391aa5d1a2fc98bea10bac454f Mon Sep 17 00:00:00 2001 From: Daniel Rotter Date: Thu, 18 Jan 2018 13:53:41 +0100 Subject: [PATCH] bumped version --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b0939e56..93c1d58888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG for Sulu CMF ====================== +* 1.5.9 (2018-01-18) + * HOTFIX #3709 [CategoryBundle] Category API: Fix bug when searching with rootKey parameter + * BUGFIX #3693 [MediaBundle] Fix retina flag in XmlFormatLoader11 & add tests for retina flag + * 1.5.8 (2017-12-13) * HOTFIX #3684 [SecurityBundle] Fixed conflict between admin and website session cookie * HOTFIX #3686 [ContentBundle] Validate if ckeditor instances are not in source mode diff --git a/composer.json b/composer.json index 2989cc4c59..bae7160510 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "license": "MIT", "type": "project", "description": "The sulu content management framework", - "version": "1.5.8", + "version": "1.5.9", "autoload": { "psr-0": { "": "src/"