From f9621ad3ed3619e84733566bc91c0e4c5ff24eb2 Mon Sep 17 00:00:00 2001 From: yzernik Date: Thu, 4 Nov 2021 22:01:47 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018e205f..c37f655a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.1.165 - 2021-11-04 +=================== + +### Features +* Add twitter forwarder by @yzernik in https://github.com/yzernik/squeaknode/pull/1755 +* Fix button text for submit button in add twitter account dialog by @yzernik in https://github.com/yzernik/squeaknode/pull/1757 +* Make rpc enabled config set to false by default by @yzernik in https://github.com/yzernik/squeaknode/pull/1758 +* Add custom config for autoconnect peer interval by @yzernik in https://github.com/yzernik/squeaknode/pull/1759 + 0.1.164 - 2021-11-02 ===================