diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab22e36..3beb78b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed -# 4.11.0 (8 December 2023) +# 4.12.0 (15 January 2023) +## Added +- Allow `Endpoint` attribute to be used at the class level ([#602](https://github.com/knuckleswtf/scribe/pull/602)) +- Support nested query parameters in example requests ([#603](https://github.com/knuckleswtf/scribe/pull/603)) + + +# 4.11.0 (8 January 2023) ## Added - Pass `$default` parameter to URL normalizer callback ([8fe91d86](https://github.com/knuckleswtf/scribe/commit/8fe91d86e63e227873d7d37ad1677f622d9b7ef8)) - OpenAPI spec: set `properties` of objects nested in arrays ([#600](https://github.com/knuckleswtf/scribe/pull/600)) diff --git a/src/Scribe.php b/src/Scribe.php index d13fef53..25a10b96 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.11.0'; + public const VERSION = '4.12.0'; /** * Specify a callback that will be executed just before a response call is made