Skip to content

Commit

Permalink
chore(release): version 2.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 13, 2022
1 parent e371ca8 commit 74d1724
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.101.0"></a>
### v2.101.0 (2022-06-07)

#### Features

* recalculate the branch head if the deleted branch version was the latest for the branch ([db51d4fe](/../../commit/db51d4fe))
* support deleting branch versions (removing a version from a branch) ([661667b3](/../../commit/661667b3))
* improve error message when request has non UTF-8 characters (#559) ([3addc0c8](/../../commit/3addc0c8))

#### Bug Fixes

* add missing environment policy record for use when recording deployments ([09bb02a6](/../../commit/09bb02a6))
* fix bug where pacticipant with blank name was being created instead of updating existing record ([be24a8ad](/../../commit/be24a8ad))
* ensure pacticipant name is retained when updating with PUT ([eeac47c3](/../../commit/eeac47c3))

<a name="v2.100.0"></a>
### v2.100.0 (2022-05-20)

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.100.0"
VERSION = "2.101.0"
end

0 comments on commit 74d1724

Please sign in to comment.