We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a06dc4 commit 9159e06Copy full SHA for 9159e06
CHANGELOG.md
@@ -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
10
<a name="v1.7.1"></a>
11
### v1.7.1 (2018-08-09)
12
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.7.1"
+ VERSION = "1.7.2"
end
0 commit comments