We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d92b2 commit e19cd37Copy full SHA for e19cd37
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [7.0.0] - 2021-12-10
6
+### Added
7
+- Private messaging! Thanks @cblgh and @nikolaiwarner!
8
+
9
## [6.0.8] - 2021-05-01
10
### Fixed
11
- Fixed issues with duplicate messages! Thanks @cblgh and @nikolaiwarner!
package.json
@@ -1,6 +1,6 @@
1
{
"name": "cabal-desktop",
- "version": "6.0.8",
+ "version": "7.0.0",
"description": "Cabal p2p offline-first desktop application",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
0 commit comments