We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c233b59 commit 3268a74Copy full SHA for 3268a74
History.md
@@ -1,3 +1,7 @@
1
+## v1.2.0 / 2022-10-19
2
+
3
+ * refactor(package): import path changed to github.com/h2non/gock
4
5
## v1.1.2 / 2021-08-03
6
7
* fix(mock): fix race condition in mock.go file (#92)
version.go
@@ -1,4 +1,4 @@
package gock
// Version defines the current package semantic version.
-const Version = "1.1.2"
+const Version = "1.2.0"
0 commit comments