From 11ea5e5f85356553c8b58695582e39ed8464af7c Mon Sep 17 00:00:00 2001 From: DDEV User Date: Fri, 1 Dec 2023 11:23:36 +0100 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 10 ++++++++++ composer.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a8b97..2e1219f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. +## [0.1.2](https://git/ep/team/compare/v0.1.1...v0.1.2) (2023-12-01) + +### Features + +* Clear opcache after deployment ([7b3cb7](https://git/ep/team/commit/7b3cb7c771b067a4860b046f98de384b71eaac87)) +* Extended logging ([79765e](https://git/ep/team/commit/79765e48314d68898f2b55a56e1757abc20308a3)) + + +--- + ## [0.1.1](https://git/ep/team/compare/v0.1.0...v0.1.1) (2023-11-13) ### Features diff --git a/composer.json b/composer.json index 3e18d28..16af2d5 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.3.*", "symfony/web-profiler-bundle": "6.3.*" }, - "version": "0.1.1" -} + "version": "0.1.2" +} \ No newline at end of file