Skip to content

Commit

Permalink
Create the 5.0.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Apr 15, 2021
1 parent f1e08ea commit 151ce67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Last changes

## 5.0.9 (2021-04-15)

* **Bugfix:** Doesn't attempt to rebind a callable no declared in a kahlan scope.

## 5.0.8 (2021-02-22)

* **Bugfix:** Fix monkey patching for PHP 8.0 comments.
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Kahlan.php
Expand Up @@ -24,7 +24,7 @@

class Kahlan
{
const VERSION = '5.0.8';
const VERSION = '5.0.9';

/**
* Starting time.
Expand Down

0 comments on commit 151ce67

Please sign in to comment.