We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9536513 commit f079909Copy full SHA for f079909
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="v1.22.0"></a>
2
+### v1.22.0 (2018-03-16)
3
+
4
5
+#### Features
6
7
+* do not create reports/pacts/help.md when executing verify from a wrapper language ([f1a2cd4](/../../commit/f1a2cd4))
8
+* add support for verifying message pacts ([fa98102](/../../commit/fa98102))
9
10
11
<a name="v1.21.0"></a>
12
### v1.21.0 (2018-03-19)
13
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.21.0"
+ VERSION = "1.22.0"
end
0 commit comments