diff --git a/CHANGELOG.md b/CHANGELOG.md
index af5b0a262..15770ff31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+### v2.96.0 (2022-03-21)
+
+#### Features
+
+* print final value of configuration attribute rather than source value ([9c0fd3c4](/../../commit/9c0fd3c4))
+
+#### Bug Fixes
+
+* ensure database and basic auth credentials are not coerced to arrays if they contain commas ([5bce7ce4](/../../commit/5bce7ce4))
+* allow lazy loading when finding individual pacts ([04e03cb2](/../../commit/04e03cb2))
+
### v2.95.1 (2022-03-18)
diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb
index be29c2ba5..517fbcff6 100644
--- a/lib/pact_broker/version.rb
+++ b/lib/pact_broker/version.rb
@@ -1,3 +1,3 @@
module PactBroker
- VERSION = "2.95.1"
+ VERSION = "2.96.0"
end