diff options
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | erebos.cabal | 2 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1ea1d..3d26fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@  # Revision history for erebos +## 0.1.5 -- 2024-07-16 + +* Public chatrooms for multiple participants +* Send keep-alive packets on idle connection +* Windows support +  ## 0.1.4 -- 2024-06-11  * Added `/conversations` command to list and select conversations diff --git a/erebos.cabal b/erebos.cabal index d8730b9..3061da8 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@  Cabal-Version:       3.0  Name:                erebos -Version:             0.1.4 +Version:             0.1.5  Synopsis:            Decentralized messaging and synchronization  Description:      Library and simple CLI interface implementing the Erebos identity |