diff --git a/CHANGELOG.md b/CHANGELOG.md
index f481adf9f..6c84d0fbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+
+### v2.105.0 (2022-10-19)
+
+#### Features
+
+* update wording of version description for version in environment ([d122fa68](/../../commit/d122fa68))
+
+* **webhooks**
+ * allow auth headers to be logged for debugging purposes (#575) ([102b1930](/../../commit/102b1930))
+
+#### Bug Fixes
+
+* add validation to ensure an environment or to tag is specified for the /can-i-deploy endpoint ([e9d772eb](/../../commit/e9d772eb))
+* implement pending logic for provider branches ([7cdf1a7c](/../../commit/7cdf1a7c))
+
+* **wip pacts**
+ * fix performance issue encountered when removing explicitly specified pacts from the list of potential WIP pacts (#573) ([757f0301](/../../commit/757f0301))
+
### v2.104.0 (2022-09-17)
diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb
index 723298242..c91e4a183 100644
--- a/lib/pact_broker/version.rb
+++ b/lib/pact_broker/version.rb
@@ -1,3 +1,3 @@
module PactBroker
- VERSION = "2.104.0"
+ VERSION = "2.105.0"
end