diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ec6a2..2f14a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. # Released + +## [1.2.6] +- Fixed blank image at first time load +- Added new picker for gallery and camera photos +- Fixed crashes on Android 10 <= devices + ## [1.2.5] - Added Arabic and French locales - Fixed image orientation issue while loading bitmap diff --git a/README.md b/README.md index b8b77f2..0574f02 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Ananas Photo Editor -[![Download](https://img.shields.io/badge/JitPack-1.2.5-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.2.5) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg) +[![Download](https://img.shields.io/badge/JitPack-1.2.6-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.2.6) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg) An easy photo editor integration for your Android apps. @@ -63,7 +63,7 @@ Add it in your root build.gradle at the end of repositories: Add the dependency in gradle file of app module like this ``` -implementation 'com.github.iamutkarshtiwari:Ananas:1.2.5' +implementation 'com.github.iamutkarshtiwari:Ananas:1.2.6' ``` ## [Important!]