Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 3fe57a3

Browse files
author
José Postiga
committed
chore(CHANGELOG): prepare 2.1.0 release
1 parent 30f7fa2 commit 3fe57a3

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,11 @@ All notable changes to `laravel-portugal/api` will be documented in this file
66

77
### Added
88

9-
- An authenticated user can delete a question (#30)
10-
- A guest or an authenticated user can see details of a question (#48)
11-
- A guest or an authenticated user can list questions (#26)
12-
- Guest cannot submit Links for existing author_email (#52)
13-
- An authenticated user can update an answer of a given question (#33)
14-
- A guest or an authenticated user can list answers of a question (#32)
15-
- Ported `storage:link` command from Laravel
9+
- N/A
1610

1711
### Changed
1812

19-
- Switched from response status 202 to 204 on successful accounts' logout operation
13+
- N/A
2014

2115
### Deprecated
2216

@@ -28,12 +22,32 @@ All notable changes to `laravel-portugal/api` will be documented in this file
2822

2923
### Fixed
3024

31-
- Link cover image should be stored publicly (#58)
25+
- N/A
3226

3327
### Security
3428

3529
- N/A
3630

31+
## 2.1.0 - 2021-03-07
32+
33+
### Added
34+
35+
- An authenticated user can delete a question (#30)
36+
- A guest or an authenticated user can see details of a question (#48)
37+
- A guest or an authenticated user can list questions (#26)
38+
- Guest cannot submit Links for existing author_email (#52)
39+
- An authenticated user can update an answer of a given question (#33)
40+
- A guest or an authenticated user can list answers of a question (#32)
41+
- Ported `storage:link` command from Laravel
42+
43+
### Changed
44+
45+
- Switched from response status 202 to 204 on successful accounts' logout operation
46+
47+
### Fixed
48+
49+
- Link cover image should be stored publicly (#58)
50+
3751
## 2.0.0 - 2020-10-25
3852

3953
### Added

0 commit comments

Comments
 (0)