Skip to content

Commit

Permalink
4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Dec 29, 2023
1 parent a04d177 commit 695c2a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/Scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 695c2a9

Please sign in to comment.