We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081423e commit 27b5492Copy full SHA for 27b5492
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="v1.55.1"></a>
2
+### v1.55.1 (2020-09-26)
3
+
4
+#### Bug Fixes
5
6
+* remove accidentally committed debug logging ([081423e](/../../commit/081423e))
7
8
<a name="v1.55.0"></a>
9
### v1.55.0 (2020-09-26)
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.0"
+ VERSION = "1.55.1"
end
0 commit comments