diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed27966..beb91cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 3.0.4
+
+* Correct logo position.
+
## 3.0.3
* Rebranding.
diff --git a/README.md b/README.md
index 6d5bde6..7085df7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# OTP autofill
-
+
Made by [Surf 🏄♂️🏄♂️🏄♂️](https://surf.dev/)
diff --git a/pubspec.yaml b/pubspec.yaml
index a0ba9e9..740aea3 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: otp_autofill
-version: 3.0.3
+version: 3.0.4
description: Android implementation of OTP autofill with using User Consent API and Retriever API. Add possibility to receive OTP code from another input.
repository: "https://github.com/surfstudio/flutter-otp-autofill"
issue_tracker: "https://github.com/surfstudio/flutter-otp-autofill/issues"