diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1c7cf..57070b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.7.0] - 2025-12-19 ### Changed - **Breaking**: Inverted the order in which middlewares are applied. diff --git a/gradle.properties b/gradle.properties index 9e67390..9eee914 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.configuration-cache = true -tweed5.version = 0.6.1 +tweed5.version = 0.7.0 git.url = https://gitea.siphalor.de/siphalor/tweed5