diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c68914..10df4001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ +## 4.2.0 + + +### Added + +- Made OK/Cancel strings into library strings for easy overridability [\#157](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/157) ([spacecowboy](https://github.com/spacecowboy)) + +### Changed + +- Update build tools to 26.0.2 and update Dropbox sample to v2 API [\#155](https://github.com/spacecowboy/NoNonsense-FilePicker/pull/155) ([mitchyboy9](https://github.com/mitchyboy9)) + ## 4.1.0 diff --git a/build.gradle b/build.gradle index ae17a89a..96c7cd0e 100644 --- a/build.gradle +++ b/build.gradle @@ -23,6 +23,6 @@ allprojects { } ext { - gitTag = '4.1.0' + gitTag = '4.2.0' gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim()) } diff --git a/howtorelease.txt b/howtorelease.txt index c1ede600..643ba626 100644 --- a/howtorelease.txt +++ b/howtorelease.txt @@ -1,5 +1,6 @@ # Generate changelog -github_changelog_generator -u spacecowboy -p NoNonsense-FilePicker --no-issues-wo-labels --future-release 2.5.1 + + neo4j-changelog # Commit new changelog