diff --git a/CHANGELOG.md b/CHANGELOG.md index c9571c475..5ecdf24fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +### 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)) + ### v2.100.0 (2022-05-20) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 1a71315e8..81782eae5 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = "2.100.0" + VERSION = "2.101.0" end