From 3fe57a3145bef42d068c7b611542283948815236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Postiga?= Date: Sun, 7 Mar 2021 19:49:50 +0000 Subject: [PATCH] chore(CHANGELOG): prepare 2.1.0 release --- CHANGELOG.md | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df03b7f..c7d094b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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