Version bump to 0.8.1, updated changelog

This commit is contained in:
Micah Lee 2015-12-07 16:34:50 -08:00
parent e60a82ad22
commit 41a30dd4e4
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@
!define INSTALLSIZE 31616
!define VERSIONMAJOR 0
!define VERSIONMINOR 8
!define VERSIONSTRING "0.8"
!define VERSIONSTRING "0.8.1"
RequestExecutionLevel admin

View File

@ -1 +1 @@
0.8
0.8.1