diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e172625..90fcfc098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log -## 1.4.4 (TBC) +## 1.4.4 (2021-09-13) +* Fixes auto-generated return values #1144 +* Adds support for tentative types #1130 +* Fixes for PHP 8.1 Support (#1130 and #1140) * Add method that allows defining a set of arguments the mock should yield #1133 * Added option to configure default matchers for objects `\Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass)` #1120