diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e887a..40da744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ -# Unreleased (0.1.0) +# Unreleased + +N/A + +# 0.2.0 + +* Code cleansing + +# 0.1.0 * Initial release diff --git a/rb_import.gemspec b/rb_import.gemspec index c39c958..f369c43 100644 --- a/rb_import.gemspec +++ b/rb_import.gemspec @@ -3,7 +3,7 @@ $:<< 'lib' Gem::Specification.new do |spec| spec.name = "rb_import" - spec.version = "0.1.0" + spec.version = "0.2.0" spec.authors = ["Franck Verrot"] spec.email = ["franck@verrot.fr"] spec.summary = %q{Add an import method to your Ruby VM}