diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2eb3d01..98db5c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+
+## 2.0.2 (2023-07-04)
+
+* chores: bump devDeps ([ad151bc](https://github.com/KusStar/vite-plugin-glslify/commit/ad151bc))
+* chores: bump example deps ([849838a](https://github.com/KusStar/vite-plugin-glslify/commit/849838a))
+* Fix/changelog (#7) ([be4d8cb](https://github.com/KusStar/vite-plugin-glslify/commit/be4d8cb)), closes [#7](https://github.com/KusStar/vite-plugin-glslify/issues/7)
+* fixed semvar, run lint, updated version to beta.2 ([d989481](https://github.com/KusStar/vite-plugin-glslify/commit/d989481))
+
## 2.0.2-beta.1 (2021-12-01)
* chore: update release-it ([ca7870c](https://github.com/KusStar/vite-plugin-glslify/commit/ca7870c))
@@ -99,5 +108,4 @@
* :tada: initial ([ab84282](https://github.com/KusStar/vite-plugin-glslify/commit/ab84282))
* Release 1.0.1 ([7095013](https://github.com/KusStar/vite-plugin-glslify/commit/7095013))
* :rotating_light: lint: only for src ([b797d5e](https://github.com/KusStar/vite-plugin-glslify/commit/b797d5e))
-* :memo: doc: README.md ([c07ce05](https://github.com/KusStar/vite-plugin-glslify/commit/c07ce05))
-
+* :memo: doc: README.md ([c07ce05](https://github.com/KusStar/vite-plugin-glslify/commit/c07ce05))
\ No newline at end of file
diff --git a/package.json b/package.json
index 91ba113..371d546 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-glslify",
- "version": "2.0.2-beta.2",
+ "version": "2.0.2",
"description": "Literals collector for Vite",
"main": "dist/index.js",
"module": "dist/index.mjs",