diff --git a/CHANGELOG.md b/CHANGELOG.md index 27efdecc..aba03f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.32.0 (20 February 2024) +Support nikic/php-parser v5 + # 4.31.0 (20 February 2024) Last version with support for nikic/php-parser v4 diff --git a/src/Scribe.php b/src/Scribe.php index 423c3688..2e320900 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.31.0'; + public const VERSION = '4.32.0'; /** * Specify a callback that will be executed just before a response call is made