Skip to content

Commit

Permalink
4.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Feb 29, 2024
1 parent 2e319a1 commit c0afe84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Removed

# 4.33.0 (29 February 2024)
## Fixed
- List enums for array items in OpenAPI spec [#818](https://github.com/knuckleswtf/scribe/pull/818)
- UI fix for `elements` theme [#815](https://github.com/knuckleswtf/scribe/pull/818)

# 4.32.0 (20 February 2024)
Support nikic/php-parser v5

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.32.0';
public const VERSION = '4.33.0';

/**
* Specify a callback that will be executed just before a response call is made
Expand Down

0 comments on commit c0afe84

Please sign in to comment.