We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2facf commit 6dac2acCopy full SHA for 6dac2ac
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+<a name="v1.58.0"></a>
2
+### v1.58.0 (2021-09-01)
3
+
4
+#### Features
5
6
+* support publishing verification results with a version branch ([da2facf](/../../commit/da2facf))
7
8
+#### Bug Fixes
9
10
+* gracefully handle display of username that causes InvalidComponentError to be raised when composing a URI ([cecb98f](/../../commit/cecb98f))
11
12
<a name="v1.57.0"></a>
13
### v1.57.0 (2021-01-27)
14
lib/pact/version.rb
@@ -1,4 +1,4 @@
# Remember to bump pact-provider-proxy when this changes major version
module Pact
- VERSION = "1.57.0"
+ VERSION = "1.58.0"
end
0 commit comments