Bump changelog

This commit is contained in:
Jonas Kalderstam 2016-02-24 02:29:42 +01:00
parent b7baea3711
commit b5ac6aba2d
2 changed files with 23 additions and 4 deletions

View File

@ -1,6 +1,23 @@
# Change Log # Change Log
## [2.5.1](https://github.com/spacecowboy/NoNonsense-FilePicker/tree/2.5.1) (2016-01-14) ## [2.5.2](https://github.com/spacecowboy/NoNonsense-FilePicker/tree/2.5.2) (2016-02-24)
[Full Changelog](https://github.com/spacecowboy/NoNonsense-FilePicker/compare/2.5.1...2.5.2)
**Implemented enhancements:**
- Dropbox should show a progress bar when loading [\#74](https://github.com/spacecowboy/NoNonsense-FilePicker/issues/74)
**Fixed bugs:**
- Dropbox sample can crash due to Inconsistent state in RecyclerView [\#75](https://github.com/spacecowboy/NoNonsense-FilePicker/issues/75)
- Dropbox sample crash if multiple press on folder [\#73](https://github.com/spacecowboy/NoNonsense-FilePicker/issues/73)
- probebly underscore missing [\#63](https://github.com/spacecowboy/NoNonsense-FilePicker/issues/63)
**Merged pull requests:**
- Update README.md [\#68](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/68) ([callmepeanut](https://github.com/callmepeanut))
## [2.5.1](https://github.com/spacecowboy/NoNonsense-FilePicker/tree/2.5.1) (2016-01-13)
[Full Changelog](https://github.com/spacecowboy/NoNonsense-FilePicker/compare/2.5.0...2.5.1) [Full Changelog](https://github.com/spacecowboy/NoNonsense-FilePicker/compare/2.5.0...2.5.1)
**Implemented enhancements:** **Implemented enhancements:**

View File

@ -1,7 +1,9 @@
# Make tag
# Generate changelog # Generate changelog
github_changelog_generator -u spacecowboy -p NoNonsense-FilePicker --no-issues-wo-labels github_changelog_generator -u spacecowboy -p NoNonsense-FilePicker --no-issues-wo-labels --future-release 2.5.1
# Commit new changelog
# Make tag
# Upload to jcenter # Upload to jcenter
./gradlew clean build bintrayUpload -PdryRun=false ./gradlew clean build bintrayUpload -PdryRun=false