From 784bd50a8f61bd6011a09c5239ef056a1a13f914 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 f0736e67a5e649327263245c82a12a50f975bbe2 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 671007876689d4811901074a0f124af83dd02cbc Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 7 May 2015 17:14:25 +0300 Subject: [PATCH 3/3] Update gemspec to version 1.4.0 --- lib/github_changelog_generator/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/version.rb b/lib/github_changelog_generator/version.rb index 3d9ed6d..8ec937b 100644 --- a/lib/github_changelog_generator/version.rb +++ b/lib/github_changelog_generator/version.rb @@ -1,3 +1,3 @@ module GitHubChangelogGenerator - VERSION = "1.3.11" + VERSION = "1.4.0" end