diff --git a/CHANGELOG.md b/CHANGELOG.md index 9def871..16bc487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -# master (unreleased) +# 0.4.1 (August 11, 2015) Fix: -* when changelog is not found, it may return an object instead of nothing +* when changelog is not found, it returns an object instead of `nil` # 0.4.0 (July 25, 2015) diff --git a/gem_updater.gemspec b/gem_updater.gemspec index de77b95..10c668c 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.0' - s.date = '2015-07-25' + s.version = '0.4.1' + s.date = '2015-08-11' 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" ]