Skip to content

Commit af6078c

Browse files
committed
Update change log
1 parent 1865afa commit af6078c

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,24 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6-
## [7.0.0] - 2020-06-26
6+
## [7.0.1] - 2020-06-28
77

8-
Started from scratch with a blank Laravel 7.* installation. This release is not an upgrade, and for that reason it is impossible to document all the changes that occurred. This version should be used for new projects.
8+
## Added
99

10-
### Added
10+
- Missing captcha functionality for login/register
1111

12-
### Removed
12+
## Changed
13+
14+
- Seed second role in production not just testing
15+
16+
## Removed
17+
18+
- Duplicate user tests
19+
- Terser in mix file
20+
21+
## [7.0.0] - 2020-06-26
22+
23+
Started from scratch with a blank Laravel 7.* installation. This release is not an upgrade, and for that reason it is impossible to document all the changes that occurred. This version should be used for new projects.
1324

1425
## [6.0.3] - 2020-02-17
1526

@@ -184,7 +195,8 @@ Started from scratch with a blank Laravel 7.* installation. This release is not
184195
- Fix yarn tests
185196
- Fix: Socially logged in users get assigned the default role
186197

187-
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.0.0...development
198+
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.0.1...development
199+
[7.0.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v7.0.0...v7.0.1
188200
[7.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v6.0.3...v7.0.0
189201
[6.0.3]: https://github.com/rappasoft/laravel-boilerplate/compare/v6.0.2...v6.0.3
190202
[6.0.2]: https://github.com/rappasoft/laravel-boilerplate/compare/v6.0.1...v6.0.2

0 commit comments

Comments
 (0)