From f613d221ccc6d245db50a38d21539ad20e550823 Mon Sep 17 00:00:00 2001 From: freekmurze Date: Mon, 18 Nov 2024 15:03:48 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1766045..314cdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to `laravel-package-tools` will be documented in this file. +## 1.16.6 - 2024-11-18 + +### What's Changed + +* Fix implicit nullable deprecation notice by @mokhosh in https://github.com/spatie/laravel-package-tools/pull/150 + +### New Contributors + +* @mokhosh made their first contribution in https://github.com/spatie/laravel-package-tools/pull/150 + +**Full Changelog**: https://github.com/spatie/laravel-package-tools/compare/1.16.5...1.16.6 + ## 1.16.5 - 2024-08-27 ### What's Changed