Skip to content

Commit

Permalink
chore(release): version 2.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 8, 2020
1 parent 5632f4e commit c319146
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v2.60.0"></a>
### v2.60.0 (2020-09-08)

#### Features

* **pacts for verification**
* add deprecation title to beta:provider-pacts-for-verification relation ([47a61f69](/../../commit/47a61f69))
* do not require environment variable feature toggle to enable feature ([7d0fe1ea](/../../commit/7d0fe1ea))
* allow consumer to be specified with fallback tags, and overall latest to be specified with or without a consumer ([2d52d173](/../../commit/2d52d173))

#### Bug Fixes

* correctly handle new test results format when merging test results with pact contents ([b35ab71b](/../../commit/b35ab71b))

<a name="v2.59.2"></a>
### v2.59.2 (2020-08-06)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactBroker
VERSION = '2.59.2'
VERSION = '2.60.0'
end

0 comments on commit c319146

Please sign in to comment.