From 2a97fc8ee18eb5abb5b7b52e7d398fa96d1018e5 Mon Sep 17 00:00:00 2001 From: Damien Alexandre Date: Fri, 16 Jun 2023 12:17:57 +0200 Subject: [PATCH] chore(doc): Prepare release 1.8.4 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bccd2..1c0eb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.8.4 + +### Added + +- New `@throws` annotations on methods + +## 1.8.3 + ### Fixed - Fix deprecation for Symfony 6.3 +- Fix code style ## 1.8.2 - 2023-05-10