diff --git a/public/changelog.json b/public/changelog.json index 31e3b7b61..a3e9cff4d 100644 --- a/public/changelog.json +++ b/public/changelog.json @@ -1,5 +1,10 @@ { "entries": [ + { + "date": "Aug 26, 2021", + "title": "New feature: change subscription frequency", + "description": "You can now change the frequency of your subscription: ![image](img/changelogs/2021-08-26-subscription.png) ![image](img/changelogs/2021-08-26-update.png)" + }, { "date": "May 11, 2020", "title": "New feature: crop an avatar photo", diff --git a/public/img/changelogs/2021-08-26-subscription.png b/public/img/changelogs/2021-08-26-subscription.png new file mode 100644 index 000000000..719ee47f2 Binary files /dev/null and b/public/img/changelogs/2021-08-26-subscription.png differ diff --git a/public/img/changelogs/2021-08-26-update.png b/public/img/changelogs/2021-08-26-update.png new file mode 100644 index 000000000..77cf5c1b3 Binary files /dev/null and b/public/img/changelogs/2021-08-26-update.png differ