From 00a54a1a48b99cd51e134d8ffe226e691e9ffefd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Smr=C5=BE?= <roman.smrz@seznam.cz>
Date: Tue, 11 Jun 2024 21:44:49 +0200
Subject: Version 0.1.4

---
 CHANGELOG.md | 7 +++++++
 erebos.cabal | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7e648a..bc1ea1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Revision history for erebos
 
+## 0.1.4 -- 2024-06-11
+
+* Added `/conversations` command to list and select conversations
+* Added `/details` command for info about selected conversation
+* Handle peer reconnection after its restart
+* Support non-interactive mode without tty
+
 ## 0.1.3 -- 2024-05-05
 
 * Enable/disable network services by command-line parameters
diff --git a/erebos.cabal b/erebos.cabal
index 3c2d54e..bc3000d 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -1,7 +1,7 @@
 Cabal-Version:       2.2
 
 Name:                erebos
-Version:             0.1.3
+Version:             0.1.4
 Synopsis:            Decentralized messaging and synchronization
 Description:
     Library and simple CLI interface implementing the Erebos identity
-- 
cgit v1.2.3