diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f9078b..66a65009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Headers are one of: - `Added`, `Changed`, `Removed` or `Fixed`. +## [1.4.9] + +### Fixed + +- Fix Keyboard pushing Toast too much on Android when displayed with position `bottom` ([#161](https://github.com/calintamas/react-native-toast-message/pull/161)) + ## [1.4.8] ### Added diff --git a/package.json b/package.json index b91df263..b827a0b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-toast-message", - "version": "1.4.8", + "version": "1.4.9", "description": "Toast message component for React Native", "main": "index.js", "scripts": {