diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcd3e7cd4..54be50ebe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog
+## [2.3.0](https://github.com/chutney-testing/chutney/tree/2.3.0)
+
+[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.2.2...2.3.0)
+
+## What's Changed
+### 🚀 Implemented enhancements:
+* Endpoint to get the last campaign execution for a given campaign by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1142
+* Preview imported execution by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/1158
+* Add headless for selenium action by @nbrouand in https://github.com/chutney-testing/chutney/pull/1157
+* Executions purge by @boddissattva in https://github.com/chutney-testing/chutney/pull/1144
+* if strategy by @nbrouand in https://github.com/chutney-testing/chutney/pull/1159
+### 🐛 Fixed bugs:
+* Scenarios with same name bug on surefire campaign report by @rbenyoussef in https://github.com/chutney-testing/chutney/pull/1156
+### 🔧 Technical enhancements:
+* Remove components by @nbrouand in https://github.com/chutney-testing/chutney/pull/1143
+* Chore debt on webconfig by @DelaunayAlex in https://github.com/chutney-testing/chutney/pull/1155
+* Fix Windows build and actions-impl dependency by @boddissattva in https://github.com/chutney-testing/chutney/pull/1138
+* Add unsecure api only packaging by @boddissattva in https://github.com/chutney-testing/chutney/pull/1141
+### 👒 Dependencies:
+* chore(deps-dev): Bump net.jqwik:jqwik from 1.7.4 to 1.8.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1154
+* chore(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1149
+* chore(deps): Bump qpid-broker.version from 9.0.0 to 9.1.0 by @dependabot in https://github.com/chutney-testing/chutney/pull/1147
+
## [2.2.2](https://github.com/chutney-testing/chutney/tree/2.2.2)
[Full Changelog](https://github.com/chutney-testing/chutney/compare/2.2.1...2.2.2)
diff --git a/action-impl/pom.xml b/action-impl/pom.xml
index 05a4f45e2..fda24af2a 100644
--- a/action-impl/pom.xml
+++ b/action-impl/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
action-impl
diff --git a/action-spi/pom.xml b/action-spi/pom.xml
index 4566f2e85..e83a3ce96 100644
--- a/action-spi/pom.xml
+++ b/action-spi/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
action-spi
diff --git a/chutney-junit/api/pom.xml b/chutney-junit/api/pom.xml
index e5eeca9e8..bc69dd5d7 100644
--- a/chutney-junit/api/pom.xml
+++ b/chutney-junit/api/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-junit-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
chutney-junit-api
diff --git a/chutney-junit/engine/pom.xml b/chutney-junit/engine/pom.xml
index 214b75b66..9f188f119 100644
--- a/chutney-junit/engine/pom.xml
+++ b/chutney-junit/engine/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-junit-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
chutney-junit-engine
diff --git a/chutney-junit/pom.xml b/chutney-junit/pom.xml
index c7f1da614..a4ffd264a 100644
--- a/chutney-junit/pom.xml
+++ b/chutney-junit/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
chutney-junit-parent
diff --git a/engine/pom.xml b/engine/pom.xml
index 3b30f9b8d..c9b4ff6e0 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
engine
diff --git a/environment/pom.xml b/environment/pom.xml
index f7feca863..5c482e0b9 100644
--- a/environment/pom.xml
+++ b/environment/pom.xml
@@ -5,7 +5,7 @@
chutney-parent
com.chutneytesting
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/glacio-adapter/pom.xml b/glacio-adapter/pom.xml
index bb2896a8b..8f5cab8b6 100644
--- a/glacio-adapter/pom.xml
+++ b/glacio-adapter/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
glacio-adapter
diff --git a/jira/pom.xml b/jira/pom.xml
index d9263d6c1..5134d0d02 100644
--- a/jira/pom.xml
+++ b/jira/pom.xml
@@ -5,7 +5,7 @@
chutney-parent
com.chutneytesting
- 2.3.0-SNAPSHOT
+ 2.3.0
4.0.0
diff --git a/packaging/pom.xml b/packaging/pom.xml
index 11dee57c0..d75a17d28 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -15,7 +15,7 @@
17
17
- 2.3.0-SNAPSHOT
+ 2.3.0
com.chutneytesting.ServerBootstrap
3.1.2
3.0.5
diff --git a/pom.xml b/pom.xml
index ff0b71f4a..85162937a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
pom
Chutney
@@ -48,7 +48,7 @@
https://github.com/chutney-testing/chutney.git
scm:git:git@github.com:chutney-testing/chutney.git
scm:git:git@github.com:chutney-testing/chutney.git
- HEAD
+ 2.3.0
diff --git a/server-core/pom.xml b/server-core/pom.xml
index 948f7d5a9..f1824cfe7 100644
--- a/server-core/pom.xml
+++ b/server-core/pom.xml
@@ -7,7 +7,7 @@
chutney-parent
com.chutneytesting
- 2.3.0-SNAPSHOT
+ 2.3.0
server-core
diff --git a/server/pom.xml b/server/pom.xml
index 71e80626d..a85420913 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
server
diff --git a/tools/pom.xml b/tools/pom.xml
index bc3767c31..5fb5d6ee4 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -7,7 +7,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
tools
diff --git a/ui/pom.xml b/ui/pom.xml
index 458cee5e7..f1c783e41 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -6,7 +6,7 @@
com.chutneytesting
chutney-parent
- 2.3.0-SNAPSHOT
+ 2.3.0
ui