Skip to content

Commit

Permalink
chore(release): version 2.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 11, 2021
1 parent dd30a1a commit e4c2cfe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v2.88.0"></a>
### v2.88.0 (2021-10-11)

#### Features

* include relations for each consumer version that a pact version belongs to when retrieved using the URL from the 'pacts for verification' response ([3458c9e5](/../../commit/3458c9e5))

#### Bug Fixes

* use the decoded path info rather than the encoded one when creating the pact info ([dd30a1a2](/../../commit/dd30a1a2))
* edge case in webhook description rendering with participants specified by labels (#512) ([7e6a78d8](/../../commit/7e6a78d8))

* **matrix**
* prevent long version names overlfow the table (#511) ([3c279556](/../../commit/3c279556))

<a name="v2.87.0"></a>
### v2.87.0 (2021-10-05)

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.87.0"
VERSION = "2.88.0"
end

0 comments on commit e4c2cfe

Please sign in to comment.