diff --git a/README.md b/README.md index aac600b..3579cc0 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ MIT-LICENSE file for details. ## History +* 1.0.2 - Fix bug in interpolated regular expression resourcing. + * 1.0.1 - Add support for missing exception class or variable in rescue (from Trent Ogren). diff --git a/lib/sorcerer/version.rb b/lib/sorcerer/version.rb index 1a85e0c..a699b1f 100644 --- a/lib/sorcerer/version.rb +++ b/lib/sorcerer/version.rb @@ -2,7 +2,7 @@ module Sorcerer VERSION_NUMBERS = [ VERSION_MAJOR = 1, VERSION_MINOR = 0, - VERSION_BUILD = 1, + VERSION_BUILD = 2, ] VERSION = VERSION_NUMBERS.join('.')