diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b48d4..92dc30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] - 2023-10-05 +### Fixed +- Fixed to conform to change in spec where `FilePickerAcceptType.Description` now has the empty string as default value i.e. `""`. + ## [3.2.0] - 2023-03-16 ### Changed - Changed .NET version to `7.0`. diff --git a/src/KristofferStrube.Blazor.FileSystemAccess/KristofferStrube.Blazor.FileSystemAccess.csproj b/src/KristofferStrube.Blazor.FileSystemAccess/KristofferStrube.Blazor.FileSystemAccess.csproj index 68e2802..f2092bb 100644 --- a/src/KristofferStrube.Blazor.FileSystemAccess/KristofferStrube.Blazor.FileSystemAccess.csproj +++ b/src/KristofferStrube.Blazor.FileSystemAccess/KristofferStrube.Blazor.FileSystemAccess.csproj @@ -11,7 +11,7 @@ https://github.com/KristofferStrube/Blazor.FileSystemAccess git MIT - 3.2.0 + 3.2.1 Kristoffer Strube README.md icon.png