diff --git a/History.txt b/History.txt index 5849a56..aeab62d 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +=== 2.1.5 / 16.05.2017 + +* Improved fix for orders with unreachable ODBA-IDs for positions +* Made some tests work again. Still absent are all watir based tests + === 2.1.4 / 15.05.2017 * Admin users create new customer if it does not exist with the given customerid diff --git a/lib/bbmb/version.rb b/lib/bbmb/version.rb index f6b126f..206d1d5 100644 --- a/lib/bbmb/version.rb +++ b/lib/bbmb/version.rb @@ -1,3 +1,3 @@ module BBMB - VERSION = '2.1.4' + VERSION = '2.1.5' end