Browse Source

version 0.13 release

Alan Shreve 12 years ago
parent
commit
86c49329c0
2 changed files with 8 additions and 1 deletions
  1. 7 0
      docs/CHANGELOG.md
  2. 1 1
      src/ngrok/version/version.go

+ 7 - 0
docs/CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.13 - 07/02/2013
+- 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 how long ago a request was made (uservoice request 4127487)
+- IMPROVEMENT ngrokd now uses and LRU cache for tunnel affinity data
+- IMPROVEMENT ngrokd can now save and restore its tunnel affinity cache to a file to preserve across restarts
+
 ## 0.12 - 06/30/2013
 - IMPROVEMENT Improved developer documentation
 - IMPROVEMENT Simplified build process with custom version of go-bindata that compiles assets into binary releases

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

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