diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 5f1d0d4..43dbf40 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,6 @@ +# 0.2.2 + * [FEATURE] adds support for storno transactions (#14) + # 0.2.1 * addressing an bug that occoured for transactions submitted end of but were fetched in the new year -> those ended up with the wrong year diff --git a/lib/cmxl/version.rb b/lib/cmxl/version.rb index ce98948..b1bd963 100644 --- a/lib/cmxl/version.rb +++ b/lib/cmxl/version.rb @@ -1,3 +1,3 @@ module Cmxl - VERSION = "0.2.1" + VERSION = '0.2.2' end