summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2015-12-07 16:34:50 -0800
committerMicah Lee <micah@micahflee.com>2015-12-07 16:34:50 -0800
commit41a30dd4e47520fd271af7ee925f018261f47b14 (patch)
tree7ea931666069f77cb6497f4d85e4ec9be01ea794
parente60a82ad220aefd2bf126bff8ecebf9764368e95 (diff)
downloadonionshare-41a30dd4e47520fd271af7ee925f018261f47b14.tar.gz
onionshare-41a30dd4e47520fd271af7ee925f018261f47b14.zip
Version bump to 0.8.1, updated changelogv0.8.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--install/onionshare.nsi2
-rw-r--r--version2
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