Skip to content

Commit 9159e06

Browse files
committedAug 13, 2018
chore(release): version 1.7.2
1 parent 8a06dc4 commit 9159e06

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v1.7.2"></a>
2+
### v1.7.2 (2018-08-09)
3+
4+
5+
#### Bug Fixes
6+
7+
* correctly handle Pact.like and Pact.each_like at top level of body ([f37c283](/../../commit/f37c283))
8+
9+
110
<a name="v1.7.1"></a>
211
### v1.7.1 (2018-08-09)
312

‎lib/pact/support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module Support
3-
VERSION = "1.7.1"
3+
VERSION = "1.7.2"
44
end
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.