diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab600f..e35feb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v3.5.4 - 2025-01-14 + +### What's Changed + +* Convert auth() helper to use Auth facade by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1656 +* Check if returnType from docblock is not null by @barryvdh in https://github.com/barryvdh/laravel-ide-helper/pull/1658 + +**Full Changelog**: https://github.com/barryvdh/laravel-ide-helper/compare/v3.5.3...v3.5.4 + ## v3.5.3 - 2025-01-08 ### What's Changed