From c805000f9f83112ef2681e499f32917b46d5b234 Mon Sep 17 00:00:00 2001 From: Siphalor Date: Fri, 19 Dec 2025 21:59:43 +0100 Subject: [PATCH] chore: Version 0.7.0 --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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