diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8b5de91..67dc377b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +Upgraded to EDC 0.1.3 + ### Removed Removed the interim solution `observability-api-customization` and use the upstream extension `Observability API` instead diff --git a/gradle.properties b/gradle.properties index 3f76e39a7..198c1ee0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ group=org.eclipse.tractusx.edc version=0.5.0-SNAPSHOT # configure the build: -annotationProcessorVersion=0.1.2 -edcGradlePluginsVersion=0.1.2 -metaModelVersion=0.1.2 +annotationProcessorVersion=0.1.3 +edcGradlePluginsVersion=0.1.3 +metaModelVersion=0.1.3 txScmConnection=scm:git:git@github.com:eclipse-tractusx/tractusx-edc.git txWebsiteUrl=https://github.com/eclipse-tractusx/tractusx-edc.git txScmUrl=https://github.com/eclipse-tractusx/tractusx-edc.git