Skip to content

Commit 6dac2ac

Browse files
committed
chore(release): version 1.58.0
1 parent da2facf commit 6dac2ac

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
<a name="v1.57.0"></a>
213
### v1.57.0 (2021-01-27)
314

lib/pact/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Remember to bump pact-provider-proxy when this changes major version
22
module Pact
3-
VERSION = "1.57.0"
3+
VERSION = "1.58.0"
44
end

0 commit comments

Comments
 (0)