From 31dfae465418f951f0523b5fb4df062811b83ca6 Mon Sep 17 00:00:00 2001 From: Ember Nexus Bot Date: Sat, 2 Sep 2023 16:30:21 +0000 Subject: [PATCH] chore: release 0.0.27 --- CHANGELOG.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7377c40b..92d8e770 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + +## 0.0.27 - 2023-09-02 ### Changed - Upgrade upstream dependencies PHP to 8.2.10 and NGINX Unit to 1.31. - Unknown routes are handled by a custom problem handler (404). diff --git a/composer.json b/composer.json index 264f25bc..d2d012b7 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "type": "project", - "version": "0.0.26", + "version": "0.0.27", "license": "proprietary", "minimum-stability": "dev", "prefer-stable": true,