diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3cdadf9..c107d47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v1.0.0 (2024-08-30)
+
+## ✨ New Features
+- [`34b57a0`](https://github.com/lengors/init-sources-maven-plugin/commit/34b57a0) Create mojo for resetting and setting source roots
+
+## 🚑 Critical Hotfixes
+- [`f50c8b4`](https://github.com/lengors/init-sources-maven-plugin/commit/f50c8b4) Set packaging type to `maven-plugin`
+
# v1.0.0-beta.1 (2024-08-30)
## ✨ New Features
diff --git a/pom.xml b/pom.xml
index 73e8210..7b34cbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.github.lengors
init-sources-maven-plugin
- 1.0.0-beta.1
+ 1.0.0
init-sources-maven-plugin
https://github.com/lengors/init-sources-maven-plugin
Maven plugin to reset and initialize source roots of maven projects.