From 4538c3058d08d958c0d141e9b46f66103a9bef51 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Mon, 13 Nov 2023 17:47:40 +0100 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 9 +++++++++ composer.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 902c547..a8a8b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. +## [0.1.1](https://git/ep/team/compare/v0.1.0...v0.1.1) (2023-11-13) + +### Features + +* Add XSS protection by implementing form data filtering ([f04d90](https://git/ep/team/commit/f04d90af6faa1ec2796783afb5a8827b1b96585b)) + + +--- + ## [0.1.0](https://git/ep/team/compare/v0.0.1...v0.1.0) (2023-11-12) ### Features diff --git a/composer.json b/composer.json index 32b9f21..d294a57 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.3.*", "symfony/web-profiler-bundle": "6.3.*" }, - "version": "0.1.0" -} + "version": "0.1.1" +} \ No newline at end of file