diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e55d51..61b62de0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,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.18 - 2023-07-20 ### Changed - Upgrade PHP to 8.2.8. diff --git a/composer.json b/composer.json index a78bd5c0..0ea94fae 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "type": "project", - "version": "0.0.17", + "version": "0.0.18", "license": "proprietary", "minimum-stability": "dev", "prefer-stable": true,