From 87ae5ed33092225fa7a1db56d17854f21aa6bdc8 Mon Sep 17 00:00:00 2001 From: Junyoung Choi Date: Sat, 5 Sep 2020 00:40:57 +0900 Subject: [PATCH] v0.16.1 --- auto_updater.json | 4 ++-- readme.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index 80bc4df..3a99c74 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,4 +1,4 @@ { - "url": "https://github.com/BoostIO/boost-releases/releases/download/v0.16.0/Boostnote-mac.zip", - "name": "v0.16.0" + "url": "https://github.com/BoostIO/boost-releases/releases/download/v0.16.1/Boostnote-mac.zip", + "name": "v0.16.1" } diff --git a/readme.md b/readme.md index e206d4b..b5b265e 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,10 @@ ## Changelog +## 0.16.1(2020.9.5) + +- Add Email subscription form + ## 0.16.0(2020.7.20) - Add Wakatime integration [#2923](https://github.com/BoostIO/Boostnote/pull/2923)