From 8123b3e2fae572af4a6a2c9040110d74b19d1115 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 6 May 2015 20:07:10 +0300 Subject: [PATCH 1/3] Fix #232 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c63d616..faeef1f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Type `github_changelog_generator --help` for detailed usage. Since GitHub allows you to make only 50 requests without authentication it's recommended to run this script with a token (`-t, --token` option) -**You can easily [generate it here](https://github.com/settings/applications)**. +**You can easily [generate it here](https://github.com/settings/tokens)**. And: From a9eabfc38b32381022de211ca4468e3ff4a92ce5 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 7 May 2015 11:57:14 +0300 Subject: [PATCH 2/3] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index faeef1f..292ebda 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,8 @@ Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Ch ### Projects using this library [Wikipage with list of projects](https://github.com/skywinder/Github-Changelog-Generator/wiki/Projects-using-Github-Changelog-Generator) +If you've used this project in a live app, please let me know! Nothing makes me happier than seeing someone else take my work and go wild with it. + *If you are using `github_changelog_generator` for generation change log in your project or know another project that uses it, please add it to [this] (https://github.com/skywinder/Github-Changelog-Generator/wiki/Projects-using-Github-Changelog-Generator) list.* ## Am I missing some essential feature? From 5e4473ffc9b627d97a2d2834bf666fe3611e3e54 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 7 May 2015 17:18:51 +0300 Subject: [PATCH 3/3] Update changelog for version 1.4.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b44d01b..b7783c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -## [Unreleased](https://github.com/skywinder/github-changelog-generator/tree/HEAD) +## [1.4.0](https://github.com/skywinder/github-changelog-generator/tree/1.4.0) (2015-05-07) -[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.3.11...HEAD) +[Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/1.3.11...1.4.0) **Implemented enhancements:** @@ -18,6 +18,8 @@ - Cleanup [\#220](https://github.com/skywinder/github-changelog-generator/pull/220) ([tuexss](https://github.com/tuexss)) +- Implement fetcher class [\#227](https://github.com/skywinder/github-changelog-generator/pull/227) ([skywinder](https://github.com/skywinder)) + - Add coveralls integration [\#223](https://github.com/skywinder/github-changelog-generator/pull/223) ([skywinder](https://github.com/skywinder)) - Rspec & rubocop integration [\#217](https://github.com/skywinder/github-changelog-generator/pull/217) ([skywinder](https://github.com/skywinder))