diff --git a/README.md b/README.md index 13d5f01..fb8d088 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ iv.setBackground(backgroundDrawable); ChangeLog ---------- + +* **1.2.2** + * fix for incorrect radius on the image when there is a border + * add a `toBitmap()` function for easier Picasso and Ion compatibility * **1.2.1** * default scaleType now FIT_CENTER (and never null) to match Android ([#27](https://github.com/vinc3m1/RoundedImageView/issues/27)) * **1.2.0** diff --git a/build.gradle b/build.gradle index a686a5c..ab3c092 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { allprojects { group 'com.makeramen' - version '1.2.1' + version '1.2.2' repositories { mavenCentral() }