We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e37a4 commit b8dbfabCopy full SHA for b8dbfab
CHANGELOG.md
@@ -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
12
<a name="v1.60.0"></a>
13
### v1.60.0 (2021-10-01)
14
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.60.0"
+ VERSION = "1.61.0"
end
0 commit comments