Skip to content

Commit

Permalink
4.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Mar 26, 2024
1 parent 90caff1 commit dd66966
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.35.0 (26 March 2024)
## Modified
- Allow examples to be shown in response fields [#825](https://github.com/knuckleswtf/scribe/pull/825)

## Fixed
- Try It Out: send numbers in JSON as float, not strings [#830](https://github.com/knuckleswtf/scribe/pull/830)
- Fix "No such file or directory" error [#829](https://github.com/knuckleswtf/scribe/pull/829)
- Fix translating rules with translation engines that don't return arrays [#826](https://github.com/knuckleswtf/scribe/pull/826)

# 4.34.0 (15 March 2024)
## Added
- Laravel 11 compatibility [#812](https://github.com/knuckleswtf/scribe/pull/812)
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.34.0';
public const VERSION = '4.35.0';

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

0 comments on commit dd66966

Please sign in to comment.