diff --git a/CHANGELOG b/CHANGELOG index 3a394fc..7b5ecf8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +== 1.0.3 2013-10-18 + +* Fix but with auto-detection of links without protocol + == 1.0.2 2013-10-08 * Add MIT license information diff --git a/lib/bb-ruby/version.rb b/lib/bb-ruby/version.rb index 8415f47..3b118c9 100644 --- a/lib/bb-ruby/version.rb +++ b/lib/bb-ruby/version.rb @@ -1,3 +1,3 @@ module BBRuby - VERSION = "1.0.2" + VERSION = "1.0.3" end