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

Commit

Permalink
chore(CHANGELOG): prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
José Postiga committed Mar 7, 2021
1 parent 30f7fa2 commit 3fe57a3
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ All notable changes to `laravel-portugal/api` will be documented in this file

### Added

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

### Changed

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

### Deprecated

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

### Fixed

- Link cover image should be stored publicly (#58)
- N/A

### Security

- N/A

## 2.1.0 - 2021-03-07

### Added

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

### Changed

- Switched from response status 202 to 204 on successful accounts' logout operation

### Fixed

- Link cover image should be stored publicly (#58)

## 2.0.0 - 2020-10-25

### Added
Expand Down

0 comments on commit 3fe57a3

Please sign in to comment.