diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea97c1..bbff5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to Phirewall are 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 + +_No changes yet._ + ## 0.6.0 - 2026-06-17 ### Changed diff --git a/composer.json b/composer.json index fab2f4b..db89df4 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ }, "extra": { "branch-alias": { - "dev-main": "0.6.x-dev" + "dev-main": "0.7.x-dev" } } }