diff --git a/Gemfile.lock b/Gemfile.lock index d33e63c..875f34e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oddb2xml (1.9.5) + oddb2xml (1.9.6) archive-tar-minitar (~> 0.5.2) mechanize (~> 2.5.1) nokogiri (~> 1.5.10) diff --git a/History.txt b/History.txt index a897d22..60e48c2 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.9.6 /18.02.2015 + +* Add all products defined in Packungen.xlsx from SwissMedic to oddb_products.xml + === 1.9.5 /16.02.2015 * Option --calc produces oddb_calc.xml with field SELLING_UNITS diff --git a/lib/oddb2xml/version.rb b/lib/oddb2xml/version.rb index 8e13d41..ded0dd1 100644 --- a/lib/oddb2xml/version.rb +++ b/lib/oddb2xml/version.rb @@ -1,3 +1,3 @@ module Oddb2xml - VERSION = "1.9.5" + VERSION = "1.9.6" end