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 50846d9 commit db99161Copy full SHA for db99161
History.md
@@ -1,4 +1,8 @@
1
2
+## v1.0.10 / 2018-09-09
3
+
4
+ * Support multiple response headers with same name #35 (#36)
5
6
## v1.0.9 / 2018-06-14
7
8
* fix(url-encoding) add exact match test in MatchPath (#34)
version.go
@@ -1,4 +1,4 @@
package gock
// Version defines the current package semantic version.
-const Version = "1.0.9"
+const Version = "1.0.10"
0 commit comments