We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b249f commit eb1a589Copy full SHA for eb1a589
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v1.54.0"></a>
2
+### v1.54.0 (2020-09-12)
3
+
4
+#### Features
5
6
+* use pb relation in preference to beta relation when fetching pacts for verification ([7563fcf](/../../commit/7563fcf))
7
+* allow include_wip_pacts_since to use a Date, DateTime or Time ([dd35366](/../../commit/dd35366))
8
+* add support for include_wip_pacts_since ([f2247b8](/../../commit/f2247b8))
9
10
<a name="v1.53.0"></a>
11
### v1.53.0 (2020-09-11)
12
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.53.0"
+ VERSION = "1.54.0"
end
0 commit comments