Skip to content

Commit

Permalink
Merge pull request mettle#53 from mettle/feature/changelog
Browse files Browse the repository at this point in the history
Add changelog
  • Loading branch information
JonoB authored Mar 8, 2021
2 parents 73950d3 + 448caa2 commit 735f3ea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Sendportal

## 2.0.1 - ???
- 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))

## 1.0.3 - 2020-07-21
- 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

0 comments on commit 735f3ea

Please sign in to comment.