We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ece1cd commit e8aa08bCopy full SHA for e8aa08b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="v1.55.3"></a>
2
+### v1.55.3 (2020-09-28)
3
+
4
+#### Bug Fixes
5
6
+* correct logic for determining if all interactions for a pact have been verified ([c4f968e](/../../commit/c4f968e))
7
+* de-duplicate re-run commands ([0813498](/../../commit/0813498))
8
9
<a name="v1.55.2"></a>
10
### v1.55.2 (2020-09-26)
11
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.55.2"
+ VERSION = "1.55.3"
end
0 commit comments