diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18b5e7d..6fd75f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.3.1
+- Add direct support for TextEditingController (thx @LostInDarkMath)
+- Fix Koala face position in emoji lists (thx @nathandud)
+
## 1.3.0
- Compatibility for Flutter 3 and update dependencies 💙
- Introduce property `replaceEmojiOnLimitExceed` to replace least used emoji in Recents when the list is full
diff --git a/README.md b/README.md
index 36a2e7c..9e0cdf5 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Yet another Emoji Picker for Flutter 🤩
> **Note:** This package is based on [emoji_picker](https://pub.dev/packages/emoji_picker) which has been deprecated and not maintained anymore. Therefore I decided to create a modernized version of it and fixing existing issues.
-
+
## Key features
- Lightweight Package
@@ -95,7 +95,7 @@ See the [demo](https://github.com/Fintasys/emoji_picker_flutter/blob/master/exam
## Backspace-Button
You can add an Backspace-Button to the end category list by adding the callback method `onBackspacePressed: () { }` to the EmojiPicker-Widget. This will make it easier for your user to remove an added Emoji without showing the keyboard. Check out the example for more details about usage.
-
+
## Custom view
The appearance is completely customizable by setting `customWidget` property. If properties in Config are not enough you can inherit from `EmojiPickerBuilder` (recommended but not necessary) to make further adjustments.
diff --git a/example/pubspec.lock b/example/pubspec.lock
index 899081b..e7b9ddf 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
- version: "1.3.0"
+ version: "1.3.1"
ffi:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 6c9f419..551dd4f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: emoji_picker_flutter
description: A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
-version: 1.3.0
+version: 1.3.1
homepage: https://github.com/Fintasys/emoji_picker_flutter
environment: