diff --git a/CHANGELOG.md b/CHANGELOG.md index da5361590..2e55cfa54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # Sendportal +## 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 - 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)) - 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)) @@ -15,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