diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7be046633..e1ca5a269 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+### v2.72.0 (2020-12-02)
+
+#### Features
+
+* allow overwritten data deletion to be configured with extra options ([fd809737](/../../commit/fd809737))
+* use the consumer version number in the metadata to select the correct consumer version for a pact version resource ([422c87fc](/../../commit/422c87fc))
+* return link to latest pact if more pacts exist when deleting pacts by tag ([b87ea704](/../../commit/b87ea704))
+* update output for clean dry run ([681a5ddd](/../../commit/681a5ddd))
+* update metrics output ([0617e9df](/../../commit/0617e9df))
+
### v2.71.0 (2020-11-28)
diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb
index 9bd9a8c29..dad3e5b69 100644
--- a/lib/pact_broker/version.rb
+++ b/lib/pact_broker/version.rb
@@ -1,3 +1,3 @@
module PactBroker
- VERSION = '2.71.0'
+ VERSION = '2.72.0'
end