We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5c27c commit 37d1029Copy full SHA for 37d1029
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.55.6"></a>
2
+### v1.55.6 (2020-11-06)
3
+
4
+#### Bug Fixes
5
6
+* require rspec now that pact-support does not depend on it ([5b5c27c](/../../commit/5b5c27c))
7
8
<a name="v1.55.5"></a>
9
### v1.55.5 (2020-10-12)
10
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.55.5"
+ VERSION = "1.55.6"
end
0 commit comments