diff --git a/CHANGELOG b/CHANGELOG index ab274e7..a11593e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +== 0.2.2 + +* fixed some issues around array imports and exports + == 0.2.1 * fixed URI resolution when base URI is missing diff --git a/lib/autoparse/version.rb b/lib/autoparse/version.rb index 3924ecd..8e069fc 100644 --- a/lib/autoparse/version.rb +++ b/lib/autoparse/version.rb @@ -18,7 +18,7 @@ module AutoParse module VERSION MAJOR = 0 MINOR = 2 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end