Skip to content

Commit

Permalink
Prepare version 2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 20, 2015
1 parent 2992ff5 commit ee875ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 2.5.2 *(2015-03-20)*
----------------------------

* Fix: Correct problems with adapter-based recycling of drawables and interop with external libraries like RoundImageView.


Version 2.5.1 *(2015-03-19)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Download

Download [the latest JAR][2] or grab via Gradle:
```groovy
compile 'com.squareup.picasso:picasso:2.5.1'
compile 'com.squareup.picasso:picasso:2.5.2'
```
or Maven:
```xml
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```

Expand Down

0 comments on commit ee875ed

Please sign in to comment.