Skip to content

Commit c372104

Browse files
committed
chore(release): version 3.7.0
1 parent 4c767ab commit c372104

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
<a name="v3.6.2"></a>
210
### v3.6.2 (2020-08-10)
311

lib/pact/mock_service/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module MockService
3-
VERSION = "3.6.2"
3+
VERSION = "3.7.0"
44
end
55
end

0 commit comments

Comments
 (0)