diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cf6ff..30991cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +Version 0.9.30 - April 11th, 2024 +- Start using SSL by default for CP API + Version 0.9.29 - February 29th, 2024 - Fixed issue with ADS and tx fee calculations - Added "UTXO Usage" preference in settings diff --git a/package.json b/package.json index b9bcdd1..5e5752c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "main": "index.html", "name": "FreeWallet", "description": "Freewallet is a free open source desktop wallet that supports Bitcoin and Counterparty", - "version": "0.9.29", + "version": "0.9.30", "author": "Jeremy Johnson ", "license": "MIT", "user-agent": "%name %ver (%osinfo)",