Shalvah 1 year ago
parent
commit
695c2a99a7
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      src/Scribe.php

+ 9 - 0
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.
 

+ 1 - 1
src/Scribe.php

@@ -9,7 +9,7 @@ use Symfony\Component\HttpFoundation\Request;
 
 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