From 4882045446032ff05469e6960aa10fecec5f3e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Mon, 16 Oct 2023 13:54:31 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046c4ab..3664c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-16 + +### Added + +- `OpenSoutheners\LaravelDto\Attributes\WithDefaultValue` attribute to set default value +- `#[WithDefaultValue(Authenticatable::class)]` will set as default value the authenticated user (`Auth::user()`) + ## [2.1.1] - 2023-10-13 ### Fixed