diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0870b8..a823f82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## v3.0.2
+
+[compare changes](https://undefined/undefined/compare/v3.0.1...v3.0.2)
+
+### 🩹 Fixes
+
+- Insert noscript tag in body open (#142)
+
+### 🏡 Chore
+
+- Update deps (#141)
+- Disable module when head as function (#143)
+
+### ❤️  Contributors
+
+- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))
+
 ## v3.0.1
 
 [compare changes](https://undefined/undefined/compare/v3.0.0...v3.0.1)
diff --git a/package.json b/package.json
index 5fd8c82..a806441 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@nuxtjs/google-fonts",
-  "version": "3.0.1",
+  "version": "3.0.2",
   "description": "Google Fonts module for Nuxt",
   "repository": "nuxt-modules/google-fonts",
   "license": "MIT",
@@ -50,4 +50,4 @@
     "access": "public"
   },
   "packageManager": "pnpm@8.6.9"
-}
+}
\ No newline at end of file