From b05cd11fc27e15fcc8fe7e11399c7f2213d5fdd0 Mon Sep 17 00:00:00 2001 From: pizzaminded Date: Sun, 18 Aug 2024 00:34:05 +0200 Subject: [PATCH] v0.0.5 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8375f..ed5c4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.5] - 2024-08-18 +### Added: +- Added `nodash` filter + +### Removed: +- Removed support for `doctrine/annotations` + ## [0.0.4] - 2022-06-05 ### Changed: - Renamed `Dynamite` class to `ItemManager`