diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9791c..fc265c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [Unreleased](https://github.com/skywinder/Github-Changelog-Generator/tree/HEAD) + +[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...HEAD) + +**Closed issues:** + +- Add \# character to wrapping list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58) + ## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03) [Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2) diff --git a/github_changelog_generator.gemspec b/github_changelog_generator.gemspec index 1e75438..a99fa8a 100644 --- a/github_changelog_generator.gemspec +++ b/github_changelog_generator.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |spec| spec.authors = ["Petr Korolev"] spec.email = %q{sky4winder+github_changelog_generator@gmail.com} spec.date = `date +"%Y-%m-%d"`.strip! - spec.summary = %q{Script, that automatically generate change-log from your tags and pull-requests.} - spec.description = %q{Script, that automatically generate change-log from your tags and pull-requests} + spec.summary = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.} + spec.description = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.} spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator} spec.license = "MIT" diff --git a/lib/github_changelog_generator/version.rb b/lib/github_changelog_generator/version.rb index fdaa682..0b38711 100644 --- a/lib/github_changelog_generator/version.rb +++ b/lib/github_changelog_generator/version.rb @@ -1,3 +1,3 @@ module GitHubChangelogGenerator - VERSION = '1.3.2' + VERSION = '1.3.3' end