From 027d2a43daa66d37c3792369d5520dd6c5498723 Mon Sep 17 00:00:00 2001 From: Romain Canon Date: Wed, 19 Oct 2022 13:45:00 +0200 Subject: [PATCH] release: version 0.16.0 --- docs/pages/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/pages/changelog.md b/docs/pages/changelog.md index b00a3ee..fe36127 100644 --- a/docs/pages/changelog.md +++ b/docs/pages/changelog.md @@ -8,6 +8,22 @@ toc_depth: 2 All notable changes to this project will be documented in this file. +## [0.16.0](https://github.com/CuyZ/Valinor/compare/0.15.0...0.16.0) (2022-10-19) + +### Features + +* Add support for PHP 8.2 ([a92360](https://github.com/CuyZ/Valinor/commit/a92360897e8d73fe9509544e61f65afd6b09e5cd)) + +### Bug Fixes + +* Properly handle quote char in type definition ([c71d6a](https://github.com/CuyZ/Valinor/commit/c71d6aef94b5816e3ff7e14d27a82a65f80f7267)) + +### Other + +* Update dependencies ([c2de32](https://github.com/CuyZ/Valinor/commit/c2de3244938da1f44459762b6f17bd480d6346e6)) + +--- + ## [0.15.0](https://github.com/CuyZ/Valinor/compare/0.14.0...0.15.0) (2022-10-06) ### Notable changes