Browse Source

bump version

Alan Shreve 12 years ago
parent
commit
0d49d7223d
2 changed files with 5 additions and 1 deletions
  1. 4 0
      docs/CHANGELOG.md
  2. 1 1
      src/ngrok/version/version.go

+ 4 - 0
docs/CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 # Changelog
 
 
+## 0.14 - 07/03/2013
+- BUGFIX Fix an issue where ngrok could never save/load the authtoken file on linux
+- BUGFIX Fix an issue where ngrok wouldn't emit log messages while loading authtokens
+
 ## 0.13 - 07/02/2013
 ## 0.13 - 07/02/2013
 - FEATURE -hostname switch on client allows you to run tunnels over custom domains (requires you CNAME your DNS)
 - FEATURE -hostname switch on client allows you to run tunnels over custom domains (requires you CNAME your DNS)
 - IMPROVEMENT ngrok client UI now shows the client IP address for a request
 - IMPROVEMENT ngrok client UI now shows the client IP address for a request

+ 1 - 1
src/ngrok/version/version.go

@@ -7,7 +7,7 @@ import (
 const (
 const (
 	Proto = "1"
 	Proto = "1"
 	Major = "0"
 	Major = "0"
-	Minor = "13"
+	Minor = "14"
 )
 )
 
 
 func MajorMinor() string {
 func MajorMinor() string {