diff --git a/README.md b/README.md
index a5a3e73f..70f0228a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ model via the EDC.
| Specification | Version |
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
-| [Eclipse Dataspace Connector](https://github.com/eclipse-dataspaceconnector/DataSpaceConnector) | v0.7.0 |
+| [Eclipse Dataspace Connector](https://github.com/eclipse-dataspaceconnector/DataSpaceConnector) | v0.8.0 |
| [AAS - Details of the Asset Administration Shell - Part 1](https://www.plattform-i40.de/IP/Redaktion/EN/Downloads/Publikation/Details_of_the_Asset_Administration_Shell_Part1_V3.html)
The exchange of information between partners in the value chain of Industrie 4.0 | AAS Specs – Part 1 V3.0 (final)
(based on [eclipse-aas4j/aas4j](https://github.com/eclipse-aas4j/aas4j)) |
## Repo Structure
diff --git a/changelog.md b/changelog.md
index 18aca8ec..57e6a5fd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,17 +2,20 @@
## Current development version
-Compatibility: **Eclipse Dataspace Connector v0.7.0**
+Compatibility: **Eclipse Dataspace Connector v0.8.0**
**New Features**
-* Dynamical building of AAS access URLs using Reference Chains [Submodel x, Collection y, Element z]
-* Accepting self-signed certificates (only possible for own AAS services) now
- optional (`edc.dataplane.aas.acceptSelfSignedCertificates`)
+* Dynamically building AAS access URLs using Reference Chains [Submodel x, Collection y, Element z], a concept from AAS
+ the specification
+* Accepting self-signed certificates now
+ optional (`edc.dataplane.aas.acceptOwnSelfSignedCertificates`, `edc.dataplane.aas.acceptAllSelfSignedCertificates`)
* SubmodelElementList is now a model element inside the SelfDescription (AASv3 change)
* New extension: data-plane-aas
* Provides custom AAS data source and data sink
+ * Communicate with AAS over AASDataAddress (see above, reference chains)
+ * Allow communication with AAS with self-signed TLS certificates (configurable)
**Bugfixes**
diff --git a/gradle.properties b/gradle.properties
index 82ff14cb..7d568bba 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
javaVersion=17
group=org.eclipse.edc
-edcVersion=0.7.1
+edcVersion=0.8.0
faaastVersion=1.0.1
aas4jVersion=1.0.2
mockitoVersion=5.2.0