From f188a59fca5d09c63670d05e5d3f6b5a636f35be Mon Sep 17 00:00:00 2001 From: Sebastian Bezold Date: Thu, 30 Nov 2023 12:44:10 +0100 Subject: [PATCH] chore: add 0.5.2 and 0.5.3 changes to CHANGELOG (#892) --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b8cba17..070a0ac8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.5.3] - 2023-11-10 + +What's Canged + +- chore: backport autovacuum fix https://github.com/eclipse-edc/Connector/pull/3479 by @wolf4ood in https://github.com/eclipse-tractusx/tractusx-edc/pull/871 + +## [0.5.2] - 2023-11-08 + +What's Canged + +- chore: backport autovacuum fix https://github.com/eclipse-edc/Connector/pull/3479 by @wolf4ood in https://github.com/eclipse-tractusx/tractusx-edc/pull/866 + ## [0.5.1] - 2023-08-22 -0.5.1 Latest What's Changed - chore: Improve Helm Chart documentation by @tuncaytunc-zf in [#607](https://github.com/eclipse-tractusx/tractusx-edc/pull/607)