diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd98d8b..ed27966 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 3.0.3
+
+* Rebranding.
+
## 3.0.2
* Fix SmsRetrieverBroadcastReceiver on Android 14.
diff --git a/README.md b/README.md
index 77a6f15..6d5bde6 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,17 @@
# OTP autofill
-[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-otp-autofill/main.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-otp-autofill)
+
+
+
+Made by [Surf 🏄♂️🏄♂️🏄♂️](https://surf.dev/)
+
+[![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-otp-autofill/on_pull_request.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-otp-autofill)
[![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/flutter-otp-autofill?logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/flutter-otp-autofill)
[![Pub Version](https://img.shields.io/pub/v/otp_autofill?logo=dart&logoColor=white)](https://pub.dev/packages/otp_autofill)
[![Pub Likes](https://badgen.net/pub/likes/otp_autofill)](https://pub.dev/packages/otp_autofill)
[![Pub popularity](https://badgen.net/pub/popularity/otp_autofill)](https://pub.dev/packages/otp_autofill/score)
![Flutter Platform](https://badgen.net/pub/flutter-platform/otp_autofill)
-This package is a part of the [SurfGear](https://github.com/surfstudio/SurfGear) toolkit made by [Surf](https://surf.ru).
-
-[![OTP autofill](https://i.ibb.co/dG8zd7c/OTP-autofill.png)](https://github.com/surfstudio/SurfGear)
-
## Overview
This plugin uses the [SMS User Consent API](https://developers.google.com/identity/sms-retriever/user-consent/overview) and [SMS Retriever API](https://developers.google.com/identity/sms-retriever/overview) on Android.
diff --git a/assets/logo_black.png b/assets/logo_black.png
new file mode 100644
index 0000000..9ae7d7b
Binary files /dev/null and b/assets/logo_black.png differ
diff --git a/assets/logo_white.png b/assets/logo_white.png
new file mode 100644
index 0000000..a732d2f
Binary files /dev/null and b/assets/logo_white.png differ
diff --git a/pubspec.yaml b/pubspec.yaml
index ddc1498..a0ba9e9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: otp_autofill
-version: 3.0.2
+version: 3.0.3
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"