diff --git a/CHANGELOG.md b/CHANGELOG.md index f46ef19..85eb8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes +## v2.6.2 + +### Fixed + +- Fix RedisManager constructor in lower Laravel versions ([#17](https://github.com/huang-yi/shadowfax/issues/17)) + + ## v2.6.1 ### Fixed diff --git a/src/Shadowfax.php b/src/Shadowfax.php index 0e31c72..2dc8d79 100644 --- a/src/Shadowfax.php +++ b/src/Shadowfax.php @@ -10,7 +10,7 @@ class Shadowfax extends Container /** * The current version. */ - const VERSION = '2.6.1'; + const VERSION = '2.6.2'; /** * The base path.