Skip to content

Commit

Permalink
chore(release): version 2.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 1, 2020
1 parent 7af34ea commit edfebdb
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.66.0"></a>
### v2.66.0 (2020-10-01)

#### Features

* paginate pacticipant versions ([f489ba7b](/../../commit/f489ba7b))

* **webhooks**
* add event name to group by clause when selecting latest triggered webhooks ([134f12c8](/../../commit/134f12c8))

#### Bug Fixes

* maintain latest and tag params when submitting page after following link from can-i-deploy debug logs ([6e2f1a85](/../../commit/6e2f1a85))

<a name="v2.65.0"></a>
### v2.65.0 (2020-09-25)

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.65.0'
VERSION = '2.66.0'
end

0 comments on commit edfebdb

Please sign in to comment.