Skip to content

Commit

Permalink
chore(release): version 2.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 7, 2022
1 parent 262dae4 commit 87966a7
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.102.0"></a>
### v2.102.0 (2022-07-07)

#### Features

* default allow_dangerous_contract_modification to false for new installations ([85a89951](/../../commit/85a89951))

#### Bug Fixes

* add missing provider version branch parameter to webhook requests ([262dae44](/../../commit/262dae44))
* clean up pacticipants with no names ([0aff250d](/../../commit/0aff250d))
* update string refinements with blank? and present? ([8373f88f](/../../commit/8373f88f))
* update validation for creating pacticipants to return a 400 when name is missing ([fcb02aa6](/../../commit/fcb02aa6))

<a name="v2.101.0"></a>
### v2.101.0 (2022-06-07)

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.101.0"
VERSION = "2.102.0"
end

0 comments on commit 87966a7

Please sign in to comment.