diff --git a/CHANGELOG.md b/CHANGELOG.md index 61abb2d1..acc086de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v3.1.1 + +- Add the ability to provide a custom `EmojiTransformer` that will enable developers to add their custom emoji replacement methods. Thanks @freva ! + ## v3.1.0 - Add fitzpatrick support for 👃 ("nose") and 👂 ("ear") diff --git a/README.md b/README.md index 36844120..7f575f4a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ com.vdurmont emoji-java - 3.1.0 + 3.1.1 ``` @@ -24,7 +24,7 @@ You can also download the project, build it with `mvn clean install` and add the ##### Via Gradle: ```gradle -compile 'com.vdurmont:emoji-java:3.1.0' +compile 'com.vdurmont:emoji-java:3.1.1' ``` ## How to use it? @@ -886,4 +886,4 @@ Here is a table of the available emojis and their aliases. | 🏩 | love_hotel | ✍ | writing, writing_hand | | ♍ | virgo | 🗼 | tokyo_tower | | ⛷ | skier | ⬇️ | arrow_down | -| 🕍 | synagogue, temple, jewish | \ No newline at end of file +| 🕍 | synagogue, temple, jewish | diff --git a/emoji-table-generator/pom.xml b/emoji-table-generator/pom.xml index f3c381b2..f9fd29c2 100644 --- a/emoji-table-generator/pom.xml +++ b/emoji-table-generator/pom.xml @@ -18,7 +18,7 @@ com.vdurmont emoji-java - 3.1.0 + 3.1.1 diff --git a/pom.xml b/pom.xml index 9b31cde1..0ab2e35c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.vdurmont emoji-java - 3.1.0 + 3.1.1 jar emoji-java