From a336e76ba9b801fe03d37bfd6b25f14871250d6f Mon Sep 17 00:00:00 2001 From: Eduardo de Santana Medeiros Alexandre Date: Fri, 21 Apr 2017 09:36:46 -0300 Subject: [PATCH] =?UTF-8?q?Atualizando=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ Rakefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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