diff --git a/CHANGELOG.md b/CHANGELOG.md index 522fc5a..e3cd5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# master (unreleased) +# v0.4.4 (October 27, 2015) Fix: * considering `''` as a valid url to parse diff --git a/gem_updater.gemspec b/gem_updater.gemspec index 266a46d..226e274 100644 --- a/gem_updater.gemspec +++ b/gem_updater.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'gem_updater' - s.version = '0.4.3' - s.date = '2015-10-15' + s.version = '0.4.4' + s.date = '2015-10-27' s.summary = "Update your gems and find their changelogs" s.description = "Updates the gems of your Gemfile and fetches the links pointing to where their changelogs are" s.authors = [ "Maxime Demolin" ]