From b4b3c2b93731c144e8702dc6701f11a44ac08e60 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Fri, 20 Sep 2019 15:52:16 +0200 Subject: [PATCH] Version 4.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c260b2793..50b1613c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog Fab Manager +## v4.1.1 2019 september 20 + +- fix a bug: api/reservations#index was using user_id instead of statistic_profile_id +- fix a bug: event_service#date_range method, test on all_day was never truthy +- fix a bug: sidekiq 5 does not have delay_for method anymore, uses perform_in instead + ## v4.1.0 2019 September 12 - Handling the Strong-Customer Authentication (SCA) for online payments diff --git a/package.json b/package.json index 181c25a35..d493b0ad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fab-manager", - "version": "4.1.0", + "version": "4.1.1", "description": "FabManager is the FabLab management solution. It is web-based, open-source and totally free.", "keywords": [ "fablab",