From 41a30dd4e47520fd271af7ee925f018261f47b14 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 7 Dec 2015 16:34:50 -0800 Subject: [PATCH] Version bump to 0.8.1, updated changelog --- CHANGELOG.md | 6 ++++++ install/onionshare.nsi | 2 +- version | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b0b6d8..2f8e632c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # OnionShare Changelog +## 0.8.1 + +* Fixed crash in Windows 7 +* Fixed crash related to non-ephemeral hidden services in Linux +* Fixed minor bugs + ## 0.8 * Add support for ephemeral hidden services diff --git a/install/onionshare.nsi b/install/onionshare.nsi index 716d3bf9..547212ff 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -6,7 +6,7 @@ !define INSTALLSIZE 31616 !define VERSIONMAJOR 0 !define VERSIONMINOR 8 -!define VERSIONSTRING "0.8" +!define VERSIONSTRING "0.8.1" RequestExecutionLevel admin diff --git a/version b/version index aec258df..6f4eebdf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.8 +0.8.1