diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a3700..79f3fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Melhorias implementadas:** + +- Facilitar a inclusão de novas listas [\#16](https://github.com/abntex/trabalho-academico-limarka/issues/16) + ## [v0.4.3](https://github.com/abntex/trabalho-academico-limarka/tree/v0.4.3) (2017-04-15) [Full Changelog](https://github.com/abntex/trabalho-academico-limarka/compare/v0.4.2...v0.4.3) diff --git a/Rakefile b/Rakefile index 3ee48c6..5bdec16 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require 'github_changelog_generator/task' task :default => [] -VERSION="v0.4.3" +VERSION="v0.4.4" GitHubChangelogGenerator::RakeTask.new :changelog do |c| c.future_release = VERSION