File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/BenSampo/laravel-enum/compare/v5.1.0...master )
8
+ ## [ Unreleased] ( https://github.com/BenSampo/laravel-enum/compare/v5.3.0...master )
9
+
10
+ ## [ 5.3.0] ( https://github.com/BenSampo/laravel-enum/compare/v5.2.0...v5.3.0 ) - 2022-04-08
11
+
12
+ ### Fixed
13
+
14
+ - Return value for invalid enum case when using the ` Description ` attribute [ 264] ( https://github.com/BenSampo/laravel-enum/pull/264 )
9
15
10
16
## [ 5.2.0] ( https://github.com/BenSampo/laravel-enum/compare/v5.1.0...v5.2.0 ) - 2022-03-11
11
17
You can’t perform that action at this time.
0 commit comments