Skip to content

Commit

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

### Removals

## 2.7.7 (Tuesday, 8 June 2021)
## 2.7.9 (Wednesday, 9 June 2021)
### Fixed
- Handle array body properly (https://github.com/knuckleswtf/scribe/pull/234)
- Make auto docs routes compatible with Lumen (https://github.com/knuckleswtf/scribe/commit/10bda0e6e969ea3cd01efa3f826caf486e772937)

## 2.7.8 (Tuesday, 8 June 2021)
### Fixed
- Don't crash on unrecognized validation rule formats (https://github.com/knuckleswtf/scribe/commit/ec405dd8c2a78c819e1dcc0a42935e0113b44b32)

Expand Down
2 changes: 1 addition & 1 deletion src/Tools/Globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Globals
{
public const SCRIBE_VERSION = '2.7.7';
public const SCRIBE_VERSION = '2.7.9';

public static $shouldBeVerbose = false;

Expand Down

0 comments on commit fd8a769

Please sign in to comment.