Skip to content

Commit

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

### Removals

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

## 2.7.6 (Thursday, 27 May 2021)
### Fixed
- Fix Laravel-type generation (https://github.com/knuckleswtf/scribe/commit/1d3b9d4146431bf97a62be65b0add570405bb880)
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.6';
public const SCRIBE_VERSION = '2.7.7';

public static $shouldBeVerbose = false;

Expand Down

0 comments on commit d526ebc

Please sign in to comment.