diff --git a/CHANGES.md b/CHANGES.md index a2246b88..44543714 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + ## [7.0.1] - 2024-07-30 ### Fixed diff --git a/framework/pom.xml b/framework/pom.xml index a4ebf94a..836348b5 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -4,7 +4,7 @@ com.github.dbmdz.flusswerk flusswerk - 7.0.1 + 7.0.2-SNAPSHOT 4.0.0 diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index bd4f7737..aae4987a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,7 +3,7 @@ com.github.dbmdz.flusswerk flusswerk - 7.0.1 + 7.0.2-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 82806005..e0272eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.dbmdz.flusswerk flusswerk - 7.0.1 + 7.0.2-SNAPSHOT pom Flusswerk @@ -81,7 +81,7 @@ com.github.dbmdz.flusswerk framework - 7.0.1 + 7.0.2-SNAPSHOT net.logstash.logback