Skip to content

Commit b8dbfab

Browse files
committed
chore(release): version 1.61.0
1 parent f0e37a4 commit b8dbfab

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="v1.61.0"></a>
2+
### v1.61.0 (2021-12-16)
3+
4+
#### Features
5+
6+
* support description of matching_branch and matching_tag consumer version selectors ([8e8bb22](/../../commit/8e8bb22))
7+
8+
#### Bug Fixes
9+
10+
* pass through includePendingStatus to the 'pacts for verification' API when it is false ([f0e37a4](/../../commit/f0e37a4))
11+
112
<a name="v1.60.0"></a>
213
### v1.60.0 (2021-10-01)
314

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.60.0"
3+
VERSION = "1.61.0"
44
end

0 commit comments

Comments
 (0)