diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cda304..c5363a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.34.0 (15 March 2024) +## Added +- Laravel 11 compatibility [#812](https://github.com/knuckleswtf/scribe/pull/812) + +## Modified +- Instantiate some classes via service container for easier overriding. [#822](https://github.com/knuckleswtf/scribe/pull/822) + # 4.33.0 (29 February 2024) ## Fixed - List enums for array items in OpenAPI spec [#818](https://github.com/knuckleswtf/scribe/pull/818) diff --git a/src/Scribe.php b/src/Scribe.php index d83371d8..30c3231f 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.33.0'; + public const VERSION = '4.34.0'; /** * Specify a callback that will be executed just before a response call is made