From 159a7b539bd80c340780cbf91fcaa989846b9ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yunus=20Emre=20Delig=C3=B6z?= Date: Mon, 9 Oct 2023 16:08:20 +0300 Subject: [PATCH] Add version updates and Laravel V10 support in changelog The changelog has been updated to record important changes in recent versions. The latest versions include support for Laravel V10, while dropping support for PHP 7.4 and 8.0, as well as Laravel 6, 7, and 8. A new search API has also been introduced. This update helps users to stay informed about compatibility and feature updates. --- changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.md b/changelog.md index bd2f58a..4a4854e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,17 @@ All notable changes to `TCKimlikNo` will be documented in this file. ## [Unreleased] +## Version 4.1.0 - 2023-10-09 +- New search api by @aydinfatih in #26 + +## Version 4.0.0 - 2023-04-28 +- Add Laravel V10 Support +- Drop PHP 7.4 and 8.0 support. +- Drop Laravel 6, 7, 8 support + +## Version 3.2.0 - 2022-05-25 +- Laravel 9 support by @frkcn in #20 + ## Version 3.1.0 - 2021-05-17 - Allow localization of error messages (Thanks to [@Mecit](https://github.com/Mecit))