Skip to content

Commit

Permalink
chore(release): version 2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 7, 2019
1 parent 2c4c258 commit 123bf93
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="v2.33.0"></a>
### v2.33.0 (2019-06-07)


#### Features

* add pb:pacticipant and pb:pacticipant-version-tag relations to the index resource ([2c4c258c](/../../commit/2c4c258c))


#### Bug Fixes

* correctly remove webhook consumer/provider when update params do not contain a consumer/provider ([118bbee1](/../../commit/118bbee1))
* duplicate key value violates unique constraint "cv_prov_revision_unq" error when publishing identical pact resources at the same time ([6c8e38fb](/../../commit/6c8e38fb))

* **matrix**
* ensure unrelated dependencies are not included in a matrix result when three pacticipants each have dependencies on each other ([a086ffec](/../../commit/a086ffec))


<a name="v2.32.0"></a>
### v2.32.0 (2019-05-28)

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.32.0'
VERSION = '2.33.0'
end

0 comments on commit 123bf93

Please sign in to comment.