diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa168d..3157198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed ### Security +## [0.2.1] - 2024-02-16 + +### Fixed +- History test table does not show last 14 days ([#19](https://github.com/medizininformatik-initiative/feasibility-monitoring/issues/19)) + ## [0.2.0] - 2024-01-23 ### Added diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 86267a0..f088ff5 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,6 +1,6 @@ services: feasibility-test-client: - image: ghcr.io/medizininformatik-initiative/feasibility-monitoring:0.2.0 + image: ghcr.io/medizininformatik-initiative/feasibility-monitoring:0.2.1 environment: - BACKEND_BASE_URL=${BACKEND_BASE_URL:-"https://localhost/api/v1"} - BACKEND_CLIENT_ID=${BACKEND_CLIENT_ID:-""}