From b246d9ab23445b2e50c8400447b4b4702dddb77b Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Mon, 15 Mar 2021 21:00:43 +0100 Subject: [PATCH] chore: adapt for release of 2.9.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5b187..b774e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. -[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.9.1...master) +[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v2.9.2...master) -------------- + +2021-03-15, 2.9.1 +----------------- ### Added - Generate PHPDoc for Laravel 8.x factories [\#1074 / ahmed-aliraqi](https://github.com/barryvdh/laravel-ide-helper/pull/1074) - Add a comment to a property like table columns [\#1168 / biiiiiigmonster](https://github.com/barryvdh/laravel-ide-helper/pull/1168)