From b62ec456ad3624db6babe89fe03f0a0625e0e53a Mon Sep 17 00:00:00 2001 From: Jean-Marc Strauven Date: Thu, 29 Jan 2026 04:20:44 +0100 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72077db..18d9daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,19 @@ All notable changes to this project will be documented in this file. -## [2.1.0](https://github.com/Grazulex/laravel-api-kit/releases/tag/v2.1.0) (2026-01-20) +## [2.1.0](https://github.com/Grazulex/laravel-api-kit/releases/tag/v2.1.0) (2026-01-29) ### Features - integrate PHPStan, Rector and Pint code quality tools (#13) ([f417ec2](https://github.com/Grazulex/laravel-api-kit/commit/f417ec23c2eada4eaddf3ec9e4cff7ccc71a3572)) + +### Documentation + +- add documentation for email verification, password reset and middleware ([b14f4f2](https://github.com/Grazulex/laravel-api-kit/commit/b14f4f2dd92aa1b5d98c9f3cf2410da3bb13b212)) + +### Chores + +- **release:** 2.1.0 (#14) ([07c36c0](https://github.com/Grazulex/laravel-api-kit/commit/07c36c000996d3973002a75c87daef0ab98c4b13)) ## [2.0.2](https://github.com/Grazulex/laravel-api-kit/releases/tag/v2.0.2) (2026-01-08) ### Bug Fixes