Skip to content

Commit

Permalink
4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Nov 28, 2022
1 parent ebadfcd commit 13c6f68
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/),

### Removed

# 4.7.1 (28 November 2022)
## Fixed
- Use correct URL in response calls ([ebadfcdc](https://github.com/knuckleswtf/scribe/commit/ebadfcdcaf6eac2a36f7c080570c12a2b2fffbd6))

# 4.7.0 (28 November 2022)
## Added
- `scribe:config:diff` command for easier debugging
Expand Down
2 changes: 1 addition & 1 deletion src/Scribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Scribe
{
public const VERSION = '4.7.0';
public const VERSION = '4.7.1';

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

0 comments on commit 13c6f68

Please sign in to comment.