We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d658f1e commit 4a379ecCopy full SHA for 4a379ec
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.56.0"></a>
2
+### v1.56.0 (2021-01-22)
3
+
4
+#### Features
5
6
+* catch and log error during help text generation ([182a7cd](/../../commit/182a7cd))
7
8
<a name="v1.55.7"></a>
9
### v1.55.7 (2020-11-25)
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.7"
+ VERSION = "1.56.0"
end
0 commit comments