diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70520eb0..022c8d1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
## Changelog
-### Newest version: 2.3.3
+### Newest version: 2.3.4
+* Fix a bug with the disappearing animation for the notification
+
+### 2.3.3
* Re-add old notification animation behavior to avoid a bug (from 2.3.0: Badge removal no longer clears text prior to animation)
### 2.3.2
diff --git a/README.md b/README.md
index 697be630..4ace9f07 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ Library to implement the Bottom Navigation component from Material Design guidel
## Demo
-## What's new (2.3.3) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
-* Re-add old notification animation behavior to avoid a bug when displaying notifcation
+## What's new (2.3.4) - [Changelog](https://github.com/aurelhubert/ahbottomnavigation/blob/master/CHANGELOG.md)
+* Fix a bug with the disappearing animation for the notification
## Features
* Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html)
@@ -24,7 +24,7 @@ Library to implement the Bottom Navigation component from Material Design guidel
### Gradle
```groovy
dependencies {
- compile 'com.aurelhubert:ahbottomnavigation:2.3.3'
+ compile 'com.aurelhubert:ahbottomnavigation:2.3.4'
}
```
### XML