Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruendner committed Sep 17, 2024
1 parent f4ae0d4 commit 3e6e593
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
### Security


## [0.2.2] - 2024-09-17

### Fixed

### Added

- Added new loinc code ([#28](https://github.com/medizininformatik-initiative/feasibility-monitoring/issues/28))
- Added new ATC and changed specimen code ([#26](https://github.com/medizininformatik-initiative/feasibility-monitoring/issues/26))
- Added ActivityDefinition query ([#25](https://github.com/medizininformatik-initiative/feasibility-monitoring/pull/25))
- Added collection of kds report overview

## [0.2.1] - 2024-02-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
feasibility-test-client:
image: ghcr.io/medizininformatik-initiative/feasibility-monitoring:0.2.1
image: ghcr.io/medizininformatik-initiative/feasibility-monitoring:0.2.2
environment:
- BACKEND_BASE_URL=${BACKEND_BASE_URL:-"https://localhost/api/v1"}
- BACKEND_CLIENT_ID=${BACKEND_CLIENT_ID:-""}
Expand Down

0 comments on commit 3e6e593

Please sign in to comment.