We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16866f4 commit 31d114fCopy full SHA for 31d114f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.53.0"></a>
2
+### v1.53.0 (2020-09-11)
3
+
4
+#### Features
5
6
+* add support for the enable_pending flag ([16866f4](/../../commit/16866f4))
7
8
<a name="v1.52.0"></a>
9
### v1.52.0 (2020-09-10)
10
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.52.0"
+ VERSION = "1.53.0"
end
0 commit comments