From f37bbd058ef0c0f8cc99551e8b323dfb104f801a Mon Sep 17 00:00:00 2001
From: Gennady Pospelov <g.pospelov@fz-juelich.de>
Date: Tue, 20 Mar 2018 11:08:34 +0100
Subject: [PATCH] Release version and CHANGELOG

---
 CHANGELOG            | 6 ++++++
 Doc/Doxygen/Doxyfile | 2 +-
 VERSION.cmake        | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index d9cc273e749..578d7bd5b57 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+BornAgain-1.11.1, released 2018.03.21
+  > Hotfix:
+    * Bug #1993: Plot ticks are not updated if axes changed in real time view
+    * Bug #2007: GUI->Instrument view-> entering floating point numbers
+    * Bug #2008: GUI->Fitting: ROI in experimental data causes NaN fitting parameters
+
 BornAgain-1.11.0, released 2018.03.02
   > API changes
     1) Detector axes units (e.g. ba.IDetector2D.NBINS) now accessed through AxesUnits (e.g. ba.AxesUnits.NBINS).
diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile
index dee54f48ac5..de9be789879 100644
--- a/Doc/Doxygen/Doxyfile
+++ b/Doc/Doxygen/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = "BornAgain"
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 1.11.0
+PROJECT_NUMBER         = 1.11.1
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
diff --git a/VERSION.cmake b/VERSION.cmake
index 5c873adac5e..6214726b397 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 set(BornAgain_VERSION_MAJOR 1)
 set(BornAgain_VERSION_MINOR 11)
-set(BornAgain_VERSION_PATCH 0)
+set(BornAgain_VERSION_PATCH 1)
-- 
GitLab