diff --git a/DN.WebApi.nuspec b/DN.WebApi.nuspec index 45bc956a5..05cb7aa5a 100644 --- a/DN.WebApi.nuspec +++ b/DN.WebApi.nuspec @@ -3,7 +3,7 @@ FullStackHero.WebAPI.Boilerplate FullStackHero WebAPI Boilerplate - 0.0.3-rc + 0.0.4-rc Mukesh Murugan Clean Architecture Template for .NET 6.0 WebAPI built with Multitenancy Support. diff --git a/README.md b/README.md index cf8821f2e..635df8059 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,17 @@ This repository contains the WebApi Project of `fullstackhero`. ## Release Planning -### 0.0.3 RC is available now! - -- Migration Refresh -- Security Patches -- Image Upload Fix -- Option to Disable Swagger -- Cleaner Code -- Activate / Deactivate Tenants -- Upgrade Tenant Subscription -- Advanced Search +### 0.0.4 RC is available now! + +- Bug fix in Repository / Update method. +- Endpoint changes for Update / Delete Methods. (Postman Collection Updated) +- Fixed bug in Request Logging Middleware. +- Adds default Role (Basic) to any new registered user. +- Basic User has default View / Search Permissions +- Code Cleanups +- Templated Emails for User Registrations + +[View Complete Changelogs.](https://github.com/fullstackhero/dotnet-webapi-boilerplate/blob/main/Changelogs.md) This is the first pre-release version of the `fullstackhero .NET WebAPI Boilerplate` package. Newer versions will be available on a weekly basis with newer updates and patches. [Read the getting-started guide for more.](https://fullstackhero.net/dotnet-webapi-boilerplate/general/getting-started/)