We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9883034 commit 9e97da7Copy full SHA for 9e97da7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.55.2"></a>
2
+### v1.55.2 (2020-09-26)
3
+
4
+#### Bug Fixes
5
6
+* correctly calculate exit code when a mix of pending and non pending pacts are verified ([533faa1](/../../commit/533faa1))
7
8
<a name="v1.55.1"></a>
9
### v1.55.1 (2020-09-26)
10
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.55.1"
+ VERSION = "1.55.2"
end
0 commit comments