diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bb1969..7aa10a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+### 1.4.0.0 (2024-11-29)
+
+#### Features
+
+* **gems**
+ * updated pact-mock_service (3.12.3), pact-provider-verifier (1.39.0) ([fe4ca92](/../../commit/fe4ca92))
+ * updated pact (1.66.0), pact-support (~> 1.19, >= 1.19.0) ([c38e3e0](/../../commit/c38e3e0))
+ * updated pact-support (1.21.1) ([243e24a](/../../commit/243e24a))
+ * updated pact-support (1.21.0) ([2221910](/../../commit/2221910))
+
### 1.3.0.11 (2024-11-22)
diff --git a/Gemfile.lock b/Gemfile.lock
index ee4ee15..4ef3341 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
- pact-cli (1.3.0)
+ pact-cli (1.4.0)
bigdecimal (~> 3.1)
json (~> 2.8)
pact-mock_service
diff --git a/VERSION b/VERSION
index 589268e..e21e727 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.0
\ No newline at end of file
+1.4.0
\ No newline at end of file
diff --git a/lib/pact/cli/version.rb b/lib/pact/cli/version.rb
index 53a2065..47d9bf9 100644
--- a/lib/pact/cli/version.rb
+++ b/lib/pact/cli/version.rb
@@ -1,5 +1,5 @@
module Pact
module Cli
- VERSION = "1.3.0"
+ VERSION = "1.4.0"
end
end