From 6012f65335e19ed5e86f807b19a76b98980add23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:52:23 +0000 Subject: [PATCH] chore(master): release 3.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf60d83..49cd467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.2.0](https://github.com/compwright/php-session/compare/v3.1.2...v3.2.0) (2024年01月08日) + + +### Features + +* drop Swoole support ([273a6b1](https://github.com/compwright/php-session/commit/273a6b187a4bd19a0459ebbea7a1112482e184cb)) + + +### Bug Fixes + +* lint ([ba80392](https://github.com/compwright/php-session/commit/ba8039252bc9e7224cf9293a7b2d1b5ac42ca175)) +* overloading behaviour ([#14](https://github.com/compwright/php-session/issues/14)) ([3d43518](https://github.com/compwright/php-session/commit/3d4351824ed014c6eb0057fe1b60c9b6ba9f8cea)) + + +### Miscellaneous Chores + +* upgrade deps ([e3082d7](https://github.com/compwright/php-session/commit/e3082d760e7910aa007427c509119ef27681adc5)) + ## [3.1.2](https://github.com/compwright/php-session/compare/v3.1.1...v3.1.2) (2023年02月14日)