From f6a1c34871c4e66399ca9a2d282b43747860168e Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Sun, 3 Jul 2016 17:25:59 +0200 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 14 +++++++++++++- README.md | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c644d01..821e5853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [3.0.0](https://github.com/spacecowboy/NoNonsense-FilePicker/tree/3.0.0) (2016-07-03) +[Full Changelog](https://github.com/spacecowboy/NoNonsense-FilePicker/compare/2.5.3...3.0.0) + +**Implemented enhancements:** + +- Select one file with a single click [\#92](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/92) ([rastikw](https://github.com/rastikw)) +- Add ability to enter a new filename [\#83](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/83) ([spacecowboy](https://github.com/spacecowboy)) + +**Closed issues:** + +- Add ability to input filename [\#82](https://github.com/spacecowboy/NoNonsense-FilePicker/issues/82) + ## [2.5.3](https://github.com/spacecowboy/NoNonsense-FilePicker/tree/2.5.3) (2016-06-09) [Full Changelog](https://github.com/spacecowboy/NoNonsense-FilePicker/compare/2.5.2...2.5.3) @@ -244,4 +256,4 @@ ## [v0.9](https://github.com/spacecowboy/NoNonsense-FilePicker/tree/v0.9) (2014-03-31) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/README.md b/README.md index 0e4ae1e0..29b30734 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ repositories { } dependencies { - compile 'com.nononsenseapps:filepicker:2.5.3' + compile 'com.nononsenseapps:filepicker:3.0.0' } ```