Rakefile in selenium-connect-3.0.0 vs Rakefile in selenium-connect-3.1.0

- old
+ new

@@ -102,10 +102,10 @@ # get all the commits since them less merges log = `git log --format="- %s" --no-merges #{hash.chomp}..HEAD` changelog_contents = File.read(changelog) # create the new heading - updated_changelog = "##{version} (#{date})\n" + log + "\n" + changelog_contents + updated_changelog = "##{version} (#{date})\n" + message + "\n\n" + log + "\n" + changelog_contents # update the contents File.open(changelog, 'w') { |f| f.write(updated_changelog) } puts "Updated change log for version #{version}\n" ### Update the gemspec with the message