From 45d0c5e56aa16f84342a2a904dd4651b075f7b64 Mon Sep 17 00:00:00 2001 From: Guillaume Loulier Date: Sun, 20 Jun 2021 18:10:43 +0200 Subject: [PATCH] changelog(0.5.3): tagged (#154) --- CHANGELOG.md | 11 +++++++++++ composer.json | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb44ce54..adeed8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. +0.5.3 +----- + +### Bug Fixes + +##### Kernel + +* SchedulerCacheClearer improved (#153) ([15b746](https://github.com/Guikingone/SchedulerBundle/commit/15b74620b689fb167ff61f78555ee4516c4178d2)) + +--- + 0.5.2 ----- diff --git a/composer.json b/composer.json index 30aa54dd..9a81b3f0 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "homepage": "https://www.guillaumeloulier.fr/" } ], + "version": "0.5.3", "autoload": { "psr-4": { "SchedulerBundle\\": "src/", @@ -144,4 +145,4 @@ "symfony/messenger": "For dispatching tasks to queue", "symfony/notifier": "For dispatching notification tasks" } -} +} \ No newline at end of file