From 8575d25af6e561fc340e0cd5bdc9864152b4342a Mon Sep 17 00:00:00 2001 From: Eduardo de Santana Medeiros Alexandre Date: Wed, 22 Mar 2017 17:03:12 -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 | 4 ++-- Rakefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae39c07..35ce318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Change Log -## [v0.4.0](https://github.com/abntex/trabalho-academico-limarka/tree/v0.4.0) (2017-03-18) +## [v0.4.0](https://github.com/abntex/trabalho-academico-limarka/tree/v0.4.0) (2017-03-19) [Full Changelog](https://github.com/abntex/trabalho-academico-limarka/compare/v0.3.1...v0.4.0) **Melhorias implementadas:** - Inclusão de Guardfile para compilação automática [\#9](https://github.com/abntex/trabalho-academico-limarka/issues/9) -- Inclusão de quadros [\#2](https://github.com/abntex/trabalho-academico-limarka/issues/2) +- Possibilita incluir Quadros [\#2](https://github.com/abntex/trabalho-academico-limarka/issues/2) ## [v0.3.1](https://github.com/abntex/trabalho-academico-limarka/tree/v0.3.1) (2017-02-11) [Full Changelog](https://github.com/abntex/trabalho-academico-limarka/compare/v0.3.0...v0.3.1) diff --git a/Rakefile b/Rakefile index c6c02a8..aabfacb 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require 'github_changelog_generator/task' task :default => [] -VERSION="v0.4.0" +VERSION="v0.4.1" GitHubChangelogGenerator::RakeTask.new :changelog do |c| c.future_release = VERSION