diff --git a/release-notes.md b/release-notes.md index b0c06da..983b7a8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,13 +5,14 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. ## Version 2024.6.1 -This is hotfix release that addresses two issues from yesterday's update: +This is hotfix release that addresses a few issues from yesterday's update: - Fix app styles accidentally being purged during the Docker build process. This caused styling on Docker-based deployments for tailwind builds. - Moved channels url import to after Django initialization. (Thanks Steve for reporting!) This fixes an `AppRegistryNotReady` error when deploying asynchronous apps with the AI chat app enabled. (Thanks Roman for reporting!) +- Don't create the periodic task to sync subscriptions unless per-unit billing is enabled. *June 6, 2024*