diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d09db..64a55c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [1.0.19] 2024-12-02 +### Changes + +- Bump UI Version + ## [1.0.18] 2024-11-28 ### Changes diff --git a/README.md b/README.md index c341435..7ab2e07 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ The product is designed to deliver the best possible user experience with highly
-## Deploy on `Render` (free plan) +## Deploy LIVE + +> One-click deploy (requires to have already an account). [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy) diff --git a/requirements.txt b/requirements.txt index d3d2a78..374a1f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-dotenv==1.0.1 str2bool==1.1 # UI -django-admin-material-dashboard==1.0.14 +django-admin-material-dashboard==1.0.15 # Deployment whitenoise==6.6.0