From 695c2a99a70f8c6c1b0dd3bf34d0d70af5ca44fc Mon Sep 17 00:00:00 2001 From: Shalvah Date: Fri, 29 Dec 2023 15:26:08 +0100 Subject: [PATCH] 4.29.0 --- CHANGELOG.md | 9 +++++++++ src/Scribe.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d2835f..d017ba73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed +# 4.29.0 (29 December 2023) +## Added +- **More external UIs**: [Stoplight Elements](https://github.com/stoplightio/elements) [#780](https://github.com/knuckleswtf/scribe/pull/780) +- Support `try_it_out` and `logo` config options in rapi-doc external UI [#780](https://github.com/knuckleswtf/scribe/pull/780) +- Allow passing of custom HTML attributes to external UIs [#780](https://github.com/knuckleswtf/scribe/pull/780) + +## Fixed +- Fix `config:diff` command for tuple configs + # 4.28.0 (25 December 2023 🎄) See [the announcement post](https://scribe.knuckles.wtf/blog/laravel-v4-28) for more details. diff --git a/src/Scribe.php b/src/Scribe.php index 302ac01d..b889baff 100644 --- a/src/Scribe.php +++ b/src/Scribe.php @@ -9,7 +9,7 @@ class Scribe { - public const VERSION = '4.28.0'; + public const VERSION = '4.29.0'; /** * Specify a callback that will be executed just before a response call is made