A quick patch release to fix deleting sites that have a spike notification configured. To update your installation, change your docker-compose.yml
file to reference plausible/analytics:v1.2-rc.1
. Then run the following commands:
$ docker-compose down
$ docker-compose pull plausible
$ docker-compose up -d
Previous release candidate: https://github.com/plausible/analytics/releases/tag/v1.2-rc.0