diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f3fad..db4588a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v0.4.5](https://github.com/abntex/trabalho-academico-limarka/tree/v0.4.5) (2017-05-14) +[Full Changelog](https://github.com/abntex/trabalho-academico-limarka/compare/v0.4.4...v0.4.5) + +**Melhorias implementadas:** + +- Cabeçalho contendo apenas a paginação [\#17](https://github.com/abntex/trabalho-academico-limarka/issues/17) + ## [v0.4.4](https://github.com/abntex/trabalho-academico-limarka/tree/v0.4.4) (2017-04-21) [Full Changelog](https://github.com/abntex/trabalho-academico-limarka/compare/v0.4.3...v0.4.4) diff --git a/Rakefile b/Rakefile index 5bdec16..54b0a5d 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require 'github_changelog_generator/task' task :default => [] -VERSION="v0.4.4" +VERSION="v0.4.5" GitHubChangelogGenerator::RakeTask.new :changelog do |c| c.future_release = VERSION