Browse Source

bump version, add changelog

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

+ 6 - 0
docs/CHANGELOG.md

@@ -0,0 +1,6 @@
+# Changelog
+
+## 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
+- BUGFIX Github issue #4: Raw/Binary requests bodies are no longer truncated at 8192 bytes.

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

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