diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0c14383..fdd341685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 1.0.1 + +* Add `config` folder to gemspec. ([@pstengel][]) + ## 1.0.rc3 * Update to RuboCop `>= 0.23`. ([@geniou][]) @@ -25,3 +29,4 @@ [@geniou]: /~https://github.com/geniou [@nevir]: /~https://github.com/nevir +[@pstengel]: /~https://github.com/pstengel diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 5dc584a16..95ca7261c 100644 --- a/lib/rubocop/rspec/version.rb +++ b/lib/rubocop/rspec/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '1.0' + STRING = '1.0.1' end end end