Skip to content

Commit

Permalink
update lh client version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dhommen committed Apr 4, 2024
1 parent b21242a commit 0df0a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
#### Major Changes

#### Minor Changes
- Logginghouse-Client: Add logging-house-client extension 0.1.0
- Logginghouse-Client: Add logging-house-client extension 0.2.10
- Add new MDS fields and migrate existing MDS asset keys to mobilityDCAT-AP

#### Patch Changes

### Deployment Migration Notes
- new logging-house-client env for mds:
- ```CLEARINGHOUSE_CLIENT_EXTENSION_ENABLED:``` "true"
- ```EDC_CLEARINGHOUSE_LOG_URL:``` https://example.com
- ```EDC_LOGGINGHOUSE_EXTENSION_ENABLED:``` "true"
- ```EDC_LOGGINGHOUSE_EXTENSION_URL:``` https://example.com

#### Compatible Versions

Expand Down
2 changes: 1 addition & 1 deletion launchers/common/base-mds/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("logging-house:logging-house-client:0.2.9")
implementation("logging-house:logging-house-client:0.2.10")
}

val sovityEdcGroup: String by project
Expand Down

0 comments on commit 0df0a02

Please sign in to comment.