We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd509d commit bb0ddcaCopy full SHA for bb0ddca
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.57.0"></a>
2
+### v1.57.0 (2021-01-27)
3
+
4
+#### Features
5
6
+* allow verbose flag to be set when publishing verifications ([9238e4c](/../../commit/9238e4c))
7
8
<a name="v1.56.0"></a>
9
### v1.56.0 (2021-01-22)
10
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.56.0"
+ VERSION = "1.57.0"
end
0 commit comments