diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8402bab2..8c945b95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v1.1.1
+
+Closing the stream used to read the emoji database in `EmojiManager.java`
+
## v1.1.0
* Update of the emoji database
@@ -10,6 +14,10 @@
* Deprecating `Emoji#getHtml` (replaced by `Emoji#getHtmlDecimal`)
* Deprecating `EmojiParser#parseToHtml` (replaced by `EmojiParser#parseToHtmlDecimal`)
+## v1.0.1
+
+Bug fix on the :+1: emoji
+
## v1.0.0
First release.
diff --git a/README.md b/README.md
index 7e6ef45f..ec2d9624 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Just add the dependency to your maven project:
com.vdurmont
emoji-java
- 1.1.0
+ 1.1.1
```
diff --git a/pom.xml b/pom.xml
index 13996de2..d4c61005 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.vdurmont
emoji-java
- 1.1.1-SNAPSHOT
+ 1.1.1
jar
emoji-java