diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d8f3d..56fc058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for erebos +## 0.1.8 -- 2025-03-28 + +* Discovery service without requiring ICE support +* Added `/delete` command to delete chatrooms for current user +* Ignore record items with unexpected type +* Support GHC 9.12 + ## 0.1.7 -- 2024-10-30 * Chatroom-specific identity diff --git a/erebos.cabal b/erebos.cabal index 15f19ed..de548ff 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.1.7 +Version: 0.1.8 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |