diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc0bbb4..080bbe4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+### 1.1.0.0 (2024-02-26)
+
+#### Features
+
+* **ci**
+ * additionally publish images to ghcr.io (#127) ([0e777c4](/../../commit/0e777c4))
+
+#### Bug Fixes
+
+* **ci**
+ * ghcr workflow POSIX sh, string replacement is undefined ([b739218](/../../commit/b739218))
+
+* ghcr images need to publish to pact-foundation / dockerhub images to pactfoundation ([5933772](/../../commit/5933772))
+* ghcr release workflow had missing arg ([ebfabac](/../../commit/ebfabac))
+
### 1.0.0.0 (2024-01-23)
diff --git a/Gemfile.lock b/Gemfile.lock
index 44d7be7..aee0d27 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
- pact-cli (1.0.0)
+ pact-cli (1.1.0)
json (~> 2.3)
pact-mock_service
pact-provider-verifier
diff --git a/VERSION b/VERSION
index afaf360..1cc5f65 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
\ No newline at end of file
+1.1.0
\ No newline at end of file
diff --git a/lib/pact/cli/version.rb b/lib/pact/cli/version.rb
index b03f7a3..312f48b 100644
--- a/lib/pact/cli/version.rb
+++ b/lib/pact/cli/version.rb
@@ -1,5 +1,5 @@
module Pact
module Cli
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
end