Skip to content

Commit f079909

Browse files
committed
chore(release): version 1.22.0
1 parent 9536513 commit f079909

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
<a name="v1.21.0"></a>
212
### v1.21.0 (2018-03-19)
313

lib/pact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.21.0"
3+
VERSION = "1.22.0"
44
end

0 commit comments

Comments
 (0)