diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9846ba25b..9e5594881 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+### v2.86.0 (2021-09-17)
+
+#### Features
+
+* allow webhooks to match pacticipants by label (#501) ([f30a9dcc](/../../commit/f30a9dcc))
+* in the webhook body for contract_published and contract_content_changed, use the latest verification from the main branch if present ([b45398bd](/../../commit/b45398bd))
+* change default database_connection_validation_timeout from -1 (every request) to nil (which Sequel will set to 3600 seconds) ([0c508572](/../../commit/0c508572))
+* add version details of the implementation that verified a Pact (#363) ([021a8692](/../../commit/021a8692))
+
### v2.85.1 (2021-09-14)
diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb
index 7362e8635..4678cb2e0 100644
--- a/lib/pact_broker/version.rb
+++ b/lib/pact_broker/version.rb
@@ -1,3 +1,3 @@
module PactBroker
- VERSION = "2.85.1"
+ VERSION = "2.86.0"
end