diff --git a/CHANGELOG b/CHANGELOG
index 2915ae256c1f003f93b29ba8b22d87e0229f0f06..dbe221b260d9e03ef9e48b9d994876a33108b2e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+BornAgain-1.14.0, released 2018.12.07
+
 BornAgain-1.13.0, released 2018.10.05
   > API changes
     1) Python: Switch from FitSuite to FitObjective (FitSuite is deprecated now)
diff --git a/Doc/Doxygen/Doxyfile b/Doc/Doxygen/Doxyfile
index efd4545172e231fa660a4bc6e4e302bc21dde64a..bfd6118f9dc56c46b6c464c1ca1ee56874acea6b 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.13.99
+PROJECT_NUMBER         = 1.14.0
 
 # 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 5e3942d81480b5ffc328b199c1ecee7a5f5475d2..d1245c21a4681e0134db57c29452a720800f1512 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
 set(BornAgain_VERSION_MAJOR 1)
-set(BornAgain_VERSION_MINOR 13)
-set(BornAgain_VERSION_PATCH 99)
+set(BornAgain_VERSION_MINOR 14)
+set(BornAgain_VERSION_PATCH 0)