From 91e23d48058be234088f90712b28c3af9aae613a Mon Sep 17 00:00:00 2001 From: will Date: Mon, 5 Jul 2021 15:56:27 +0000 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5361590..9799af1bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Sendportal +## 2.0.2 - 2021-07-05 +- Allow overwrite phpunit.xml only locally ([#148](https://github.com/mettle/sendportal/pull/148)) +- Automatic Invitation Acceptance For Existing Users ([#143](https://github.com/mettle/sendportal/pull/143)) + ## 2.0.1 - 2021-03-08 - Add form for allowing users to update their password ([#118](https://github.com/mettle/sendportal/pull/118)) - Use bootstrap for pagination ([#117](https://github.com/mettle/sendportal/pull/117)) From 256e764e0ceb8da1cc4bf122b077682de80bfe42 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 5 Jul 2021 16:13:51 +0000 Subject: [PATCH 2/2] Document 2.0.2 release --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9799af1bf..2e55cfa54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Sendportal -## 2.0.2 - 2021-07-05 +## 2.0.3 - 2021-07-05 - Allow overwrite phpunit.xml only locally ([#148](https://github.com/mettle/sendportal/pull/148)) + +## 2.0.2 - 2021-04-30 - Automatic Invitation Acceptance For Existing Users ([#143](https://github.com/mettle/sendportal/pull/143)) ## 2.0.1 - 2021-03-08 @@ -10,7 +12,6 @@ - Add changelog.md ([#53](https://github.com/mettle/sendportal/pull/53)) ## 2.0.0 - 2021-02-08 - - Allow Core to be installed as a package in an existing project ([#88](https://github.com/mettle/sendportal/pull/88)) - Upgrade Package Support To Laravel 8 ([#108](https://github.com/mettle/sendportal/pull/108)) - Fix middleware redirect ([#71](https://github.com/mettle/sendportal/pull/71)) @@ -19,16 +20,13 @@ - remove laracatch dependancy ([#57](https://github.com/mettle/sendportal/pull/57)) ## 1.0.2 - 2020-06-22 - - updated `.gitkeep` to include the `database/migrations` directory ([#42](https://github.com/mettle/sendportal/pull/42)) - update `.gitignore` to include the `storage/laracatch` directory ([#20](https://github.com/mettle/sendportal/pull/20)) - removed useless frontend assets and dependencies ([#22](https://github.com/mettle/sendportal/pull/22)) - removed redundant configuration file ([#19](https://github.com/mettle/sendportal/pull/19)) ## 1.0.1 - 2020-06-11 - - fixed double verification email ([#10](https://github.com/mettle/sendportal/pull/10)) ## 1.0.0 - 2020-06-09 - - initial release