Skip to content

Commit

Permalink
chore(release): version 2.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 10, 2020
1 parent b7a568e commit d15fc57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="v2.51.0"></a>
### v2.51.0 (2020-03-11)


#### Features

* **clean**
* all the latest version for all tags to be kept ([9ff7bbec](/../../commit/9ff7bbec))
* allow a maximum age to be specified for the versions to keep ([bc457492](/../../commit/bc457492))
* support specifying which versions to keep using selectors ([a06899eb](/../../commit/a06899eb))


#### Bug Fixes

* set consumer and provider relationships when a webhook is created and consumer/provider are set in the body of the request rather than the URL ([5ccdd31c](/../../commit/5ccdd31c))
* sort matrix rows by last action date ([f625c9ad](/../../commit/f625c9ad))
* gracefully handle badge redirects when the pact is not found ([2da36574](/../../commit/2da36574))


<a name="v2.50.1"></a>
### v2.50.1 (2020-02-27)

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.50.1'
VERSION = '2.51.0'
end

0 comments on commit d15fc57

Please sign in to comment.