From b40cfcb8b5a902eef7b97bab5d5e9cc3b4dc1d37 Mon Sep 17 00:00:00 2001 From: okaufmann Date: Fri, 24 Mar 2023 21:17:54 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5088fd..8d2ded1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,20 @@ - Added Laravel 5.2 support. +## 8.1.0 - 2023-03-24 + +### What's Changed + +- Remove redundant word by @ubpon in https://github.com/mpociot/teamwork/pull/154 +- Added function createOwnedTeam to UserHasTeams by @khatriafaz in https://github.com/mpociot/teamwork/pull/155 + +### New Contributors + +- @ubpon made their first contribution in https://github.com/mpociot/teamwork/pull/154 +- @khatriafaz made their first contribution in https://github.com/mpociot/teamwork/pull/155 + +**Full Changelog**: https://github.com/mpociot/teamwork/compare/8.0.0...8.1.0 + ## Added Laravel 10 Support and drop obsolete version - 2023-02-15 ### Removed