diff --git a/ChangeLog b/ChangeLog
index c47c52e56e1e5f60921cc18216300d16adc38702..6272862a9cab3dd2ec2e8cd728dc1436a6347770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1.15 - 2020-05-30
+	- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian Göttsche)
+	- (MacOS) Exclude firmlinks by default (Saagar Jha)
+	- (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha)
+	- Fix bug in calculating the apparent size of directories containing hardlinks
+	- Fix integer overflow with directories containing >2GiB worth of file names
+	- Fix yet another possible 100% CPU bug when losing terminal
+
 1.14.2 - 2020-02-10
 	- Fix compilation with GCC 10 (-fno-common)
 	- Fix minor display issue when scanning 10M+ files
diff --git a/README b/README
index ce6dd48f9f9b2e61b1786fb8a134e82298f2f6c4..bb2c4d7e00a988c3ac62b12b842c8bae33ca54a5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ncdu 1.14.2
-===========
+ncdu 1.15
+=========
 
 DESCRIPTION
 
diff --git a/configure.ac b/configure.ac
index 9cec626c7003d085136724ae12d5f8f5cefe3ad3..c260f9cd62b3a14f2697eaedfd794e2eff954f23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 
-AC_INIT([ncdu],[1.14.2],[projects@yorhel.nl])
+AC_INIT([ncdu],[1.15],[projects@yorhel.nl])
 AC_CONFIG_SRCDIR([src/global.h])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign std-options subdir-objects])