diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bd7e04c..bd98d9128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.0.2 (2020-05-12) + ### Bug fixes * [Perf #106](https://github.com/rubocop-hq/rubocop-performance#106): Fix RegexpNode#to_regexp where option is 'o' + any other ([@marcandre][]) diff --git a/lib/rubocop/ast/version.rb b/lib/rubocop/ast/version.rb index eb8956ac9..3bf708cfe 100644 --- a/lib/rubocop/ast/version.rb +++ b/lib/rubocop/ast/version.rb @@ -3,7 +3,7 @@ module RuboCop module AST module Version - STRING = '0.0.1' + STRING = '0.0.2' end end end