diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1083fbb..94f1fe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,9 @@
CHANGELOG jbrotli
=================
-## v0.5.0 (2016-??-??)
+## v0.5.0 (2016-06-13)
+* NEW: add example how to use jbrotli with [Apache HttpComponents](https://hc.apache.org/)
* CHG: adopt pipeline to Concourse CI 1.2.0
* CHG: using gcc v4.8 for linux build to enhance compatibility (https://github.com/MeteoGroup/jbrotli/issues/4)
* FIX: the case where Brotli doesn't consume all input (https://github.com/MeteoGroup/jbrotli/pull/3)
diff --git a/README.md b/README.md
index e88d284..3eeb726 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,12 @@ for the following operating systems and architectures.
##### News
+###### 2016-06-13
+
+ With version 0.5.0 the compatibility for the Linux binaries was increased.
+ This is a pre-condition, to enable brotli compression in Hadoop, [HADOOP-13126](https://issues.apache.org/jira/browse/HADOOP-13126)
+
+
###### 2016-03-20
With version 0.4.0 the Raspberry PI binaries where added as supported platform.
@@ -74,7 +80,7 @@ In order to use, simply add these lines to your project's **pom.xml**
org.meteogroup.jbrotli
jbrotli
- 0.4.0
+ 0.5.0
@@ -102,7 +108,7 @@ In order to use BrotliServletFilter, simply add these lines to your project's **
org.meteogroup.jbrotli
jbrotli-servlet
- 0.4.0
+ 0.5.0