From 201eff1d7315a90d3461e20483698003a7a0b098 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 26 Sep 2024 15:44:05 +0200 Subject: [PATCH] update release notes --- release-notes.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 77a2ca5..c520fe9 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,11 +3,24 @@ Version History and Release Notes Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus.com/) are documented here. -## Version 2024.10 +## Version 2024.9.3 + +This release is mainly [an update to the CLI](https://github.com/saaspegasus/pegasus-cli/releases/tag/v0.3): + +### CLI updates + +- **You can now generate apps that work seamlessly with Pegasus teams** (will use `BaseTeamModel` and add the team + slug and permissions checks to all urls and views). +- The CLI now generates a default `admin.py` config for each data model. +- User foreign keys now use `settings.AUTH_USER_MODEL` instead of being hardcoded to `apps.users.models.CustomUser`. + +### Other changes - Add default region to Redis and Postgres configurations in `render.yaml` to make it easier to find/replace them when changing your project's region. (Thanks Jacob for suggesting!) +*Sep 26, 2024* + ## Version 2024.9.2 This release fixes a bug that prevented the CLI from running on Windows machines.