We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c767ab commit c372104Copy full SHA for c372104
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="v3.7.0"></a>
2
+### v3.7.0 (2020-11-13)
3
+
4
+#### Features
5
6
+* use Pact::Query.parse_string to parse query string ([6cd0733](/../../commit/6cd0733))
7
+* do not require files until command is executing ([ad54d0b](/../../commit/ad54d0b))
8
9
<a name="v3.6.2"></a>
10
### v3.6.2 (2020-08-10)
11
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "3.6.2"
+ VERSION = "3.7.0"
end
0 commit comments