diff --git a/CHANGELOG.md b/CHANGELOG.md
index 994c2de..fe5d48f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,29 @@ With smart releaser
## v0.2.4 (2023-02-17)
-## v0.2.3 (2023-02-17)
+## v0.2.3 (2023-02-18)
+
+### New Features
+
+ - some test
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - some test ([`3a45202`](https://github.com/kjuulh/dagger-rs/commit/3a45202a21b24d8331a2ead72944df9ac7c70839))
+
## v0.2.2 (2023-02-18)
diff --git a/Cargo.lock b/Cargo.lock
index 4599e51..af74d6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -305,7 +305,7 @@ dependencies = [
[[package]]
name = "dagger-rs"
-version = "0.2.2"
+version = "0.2.3"
dependencies = [
"clap",
"color-eyre",
diff --git a/Cargo.toml b/Cargo.toml
index 999b11b..88465b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dagger-rs"
-version = "0.2.2"
+version = "0.2.3"
edition = "2021"
readme = "README.md"
license-file = "LICENSE.MIT"