diff --git a/CHANGELOG.md b/CHANGELOG.md index d5baba8..3adee5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project uses [Calendar Versioning](https://calver.org/) with a `YYYY.minor.patch` scheme. All dates in this file are given in the [UTC time zone](https://en.wikipedia.org/wiki/Coordinated_Universal_Time). -## Unreleased +## v2024.0.0 - 2024-12-25 ### Added diff --git a/core/apps/planktoscope/device-backend/processing/segmenter/compose.yml b/core/apps/planktoscope/device-backend/processing/segmenter/compose.yml index f0e5f9d..39b0e94 100644 --- a/core/apps/planktoscope/device-backend/processing/segmenter/compose.yml +++ b/core/apps/planktoscope/device-backend/processing/segmenter/compose.yml @@ -1,6 +1,6 @@ services: server: - image: ghcr.io/planktoscope/device-backend-processing-segmenter:sha-500d978 + image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0 extra_hosts: - host.docker.internal:host-gateway diff --git a/core/apps/planktoscope/docs/compose-full-site.yml b/core/apps/planktoscope/docs/compose-full-site.yml index 9175194..d42e057 100644 --- a/core/apps/planktoscope/docs/compose-full-site.yml +++ b/core/apps/planktoscope/docs/compose-full-site.yml @@ -1,3 +1,3 @@ services: server: - image: ghcr.io/planktoscope/project-docs:sha-776c201 + image: ghcr.io/planktoscope/project-docs:2024.0.0 diff --git a/core/apps/planktoscope/docs/compose.yml b/core/apps/planktoscope/docs/compose.yml index 550ebca..70e6847 100644 --- a/core/apps/planktoscope/docs/compose.yml +++ b/core/apps/planktoscope/docs/compose.yml @@ -1,6 +1,6 @@ services: server: - image: ghcr.io/planktoscope/project-docs:sha-776c201-minimal + image: ghcr.io/planktoscope/project-docs:2024.0.0-minimal volumes: - server-data:/data - server-config:/config