Skip to content

Commit

Permalink
chore: prepare release 2.0.1 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Mar 21, 2023
1 parent 74fcde1 commit a4e07f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [2.0.1] - 2023-03-21

### Fixed

- Bug in migration scripts, default values are now set.

## [2.0.0] - 2023-03-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- EDC_UI_DATA_MANAGEMENT_API_KEY=ApiKeyDefaultValue
- EDC_UI_CATALOG_URLS=http://edc:11003/api/v1/ids/data
edc:
image: ghcr.io/sovity/edc-mds:2.0.0
image: ghcr.io/sovity/edc-mds:2.0.1
depends_on:
- postgresql
environment:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
theVersion=2.0.0-SNAPSHOT
theVersion=2.0.1
theGroup=de.sovity
edcGroup=org.eclipse.edc
edcVersion=0.0.1-milestone-8
Expand Down

0 comments on commit a4e07f5

Please sign in to comment.