We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed2586 commit 84d5992Copy full SHA for 84d5992
History.md
@@ -1,4 +1,8 @@
1
2
+## v1.0.6 / 2017-07-27
3
+
4
+ * fix(#23): mock transport deadlock
5
6
## v1.0.5 / 2017-07-26
7
8
* feat(#25, #24): use content type only if missing while matching JSON/XML
version.go
@@ -1,4 +1,4 @@
package gock
// Version defines the current package semantic version.
-const Version = "1.0.5"
+const Version = "1.0.6"
0 commit comments