Skip to content

Commit

Permalink
chore(release): version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 5, 2017
1 parent 5bab062 commit 50aa520
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="v2.6.0"></a>
### v2.6.0 (2017-10-06)

#### Features

* add configuration option for check_for_potential_duplicate_pacticipant_names ([6ab3fda](/../../commit/6ab3fda))

#### Bug Fixes

* add webhook_retry_schedule and semver_formats to list of configuration options that can be saved to the database ([5bab062](/../../commit/5bab062))
* delete related triggered webhooks when webhook is deleted ([48f9853](/../../commit/48f9853))
* use strict mode when using mysql ([f991e15](/../../commit/f991e15))

<a name="v2.5.1"></a>
### v2.5.1 (2017-09-26)

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.5.1'
VERSION = '2.6.0'
end

0 comments on commit 50aa520

Please sign in to comment.