Skip to content

Commit

Permalink
Update changelog in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Oct 19, 2014
1 parent 000e0a8 commit 151b205
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The easiest way to add ckChangeLog to your project is via Gradle. Just add the f

```groovy
dependencies {
compile 'de.cketti.library.changelog:ckchangelog:1.2.0'
compile 'de.cketti.library.changelog:ckchangelog:1.2.1'
}
```

Expand All @@ -68,6 +68,10 @@ repositories {

## Changelog

### Version 1.2.1
* Add support for [AboutLibraries](https://github.com/mikepenz/AboutLibraries)
* Fix build scripts so Javadoc JAR is properly created

### Version 1.2.0
* Made constant `DEFAULT_CSS` public
* Changed internals to make it easier to read the change log from different sources
Expand Down

0 comments on commit 151b205

Please sign in to comment.