diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a79ff4c..a3f96b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for erebos +## 0.1.1 -- 2024-02-18 + +* Added build flag to enable/disable ICE support with pjproject. +* Added `-V` command-line switch to show version. + ## 0.1.0 -- 2024-02-10 * First version. diff --git a/erebos.cabal b/erebos.cabal index 7cd277c..8827322 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 2.2 Name: erebos -Version: 0.1.0 +Version: 0.1.1 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |