Skip to content

Commit 473c3e1

Browse files
committed
Prepare release v1.2.2
1 parent d2bfacd commit 473c3e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gradle
1717
```
1818
dependencies {
1919
...
20-
compile 'de.hdodenhof:circleimageview:1.2.1'
20+
compile 'de.hdodenhof:circleimageview:1.2.2'
2121
}
2222
```
2323

@@ -43,6 +43,8 @@ Limitations
4343

4444
Changelog
4545
---------
46+
* **1.2.2**
47+
* Add ColorFilter support
4648
* **1.2.1**
4749
* Fix ColorDrawables not being rendered properly on Lollipop
4850
* **1.2.0**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.2.2-SNAPSHOT
1+
VERSION_NAME=1.2.2
22
GROUP=de.hdodenhof
33

44
POM_DESCRIPTION=A fast circular ImageView for Android

0 commit comments

Comments
 (0)