Skip to content

Commit 05fe74f

Browse files
committed
chore(release): version 2.58.0
1 parent 349080a commit 05fe74f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="v2.58.0"></a>
2+
### v2.58.0 (2020-06-19)
3+
4+
5+
#### Features
6+
7+
* log foreign key constraint errors as warn as 99% of the time they are transitory and unreproducible and should not cause alarms to be raised ([71fd0270](/../../commit/71fd0270))
8+
* use structured logs for logging errors ([1e097b37](/../../commit/1e097b37))
9+
10+
11+
#### Bug Fixes
12+
13+
* fix: update sanitize gem for CVE-2020-4054 ([2af4bf9d](/../../commit/2af4bf9d))
14+
* do not parse the provider version as a semantic version when order_versions_by_date is true ([bf30024f](/../../commit/bf30024f))
15+
16+
117
<a name="v2.57.0"></a>
218
### v2.57.0 (2020-06-16)
319

lib/pact_broker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PactBroker
2-
VERSION = '2.57.0'
2+
VERSION = '2.58.0'
33
end

0 commit comments

Comments
 (0)