From 9d4e08728ca4ab3dbca8b6b28030b7dd1084fc64 Mon Sep 17 00:00:00 2001 From: Shuvro Roy Date: Tue, 13 Jun 2023 18:59:29 +0600 Subject: [PATCH] chore: bump version --- .semver | 4 ++-- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.semver b/.semver index ba32cfb..d15adc4 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- -:major: 10 +:major: 11 :minor: 0 -:patch: 1 +:patch: 0 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cb9fd..3ca8b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 11.0.0 - 13-Jun-2023 + +- update namespace and support php 8.2 in github action (thanks @nklmilojevic and @shuvroroy) + + ## 10.0.1 - 12-Jun-2023 - bug fixes and additional documentation (thanks @PrinsFrank and @shuvroroy)