From 09f9a1eb7a30172ab0ca6f54455cb51a2bda72dc Mon Sep 17 00:00:00 2001 From: remorhaz Date: Mon, 12 Feb 2024 17:01:30 +0200 Subject: [PATCH] Release 0.5.3 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c918fed..6e190c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ 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). -## [Unreleased] +## [0.5.3] - 2024-02-12 ### Removed - Dropped support for PHP 8.0. ### Added - Added support for PHP 8.3. +- Added support for `nikic/php-parser` v5. ## [0.5.2] - 2023-06-16 ### Fixed