From a86cd0dfe3fe1ad293517a0e0b2ab6a67fcfdc57 Mon Sep 17 00:00:00 2001 From: Niklaus Giger Date: Tue, 16 May 2017 10:28:41 +0200 Subject: [PATCH] Bumped version to 2.1.5 --- History.txt | 5 +++++ lib/bbmb/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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