From afa6bc7e180806bb15ccba164854ceaee9a5c18e Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Wed, 25 Sep 2024 10:44:06 +0200 Subject: [PATCH] add start of release notes --- release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release-notes.md b/release-notes.md index 103dd30..77a2ca5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,11 @@ Version History and Release Notes Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus.com/) are documented here. +## Version 2024.10 + +- 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!) + ## Version 2024.9.2 This release fixes a bug that prevented the CLI from running on Windows machines.