diff --git a/ChangeLog b/ChangeLog
index 402fb9a7dbe1f6fabf506410fc480af9171fbf90..e4b99e5cb2856e40ee90adfd22254e49e291ca27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1.10 - 2013-05-09
+	- Added 'c' key to display item counts
+	- Added 'C' key to order by item counts
+	- Added CACHEDIR.TAG support and --exclude-caches option
+	- Use locale-dependent thousand separator
+	- Use pkg-config to detect ncurses
+	- Clip file/dir sizes to 8 EiB minus one byte
+	- Fix buffer overflow when formatting huge file sizes
+
 1.9 - 2012-09-27
 	- Added option to dump scanned directory information to a file (-o)
 	- Added option to load scanned directory information from a file (-f)
diff --git a/README b/README
index 1e305dc19583dc7f1b2dc2c76e62e856d82957be..c42bcf44d3b0387a85d61378ea14333fc09d5f5c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ncdu 1.9g
-========
+ncdu 1.10g
+=========
 
 DESCRIPTION
 
diff --git a/configure.ac b/configure.ac
index 512dae9c655d83569492c52e171a3c8c22141c3d..b8a6bfdfcb05a5885616108a92f3d51429928b4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 
-AC_INIT(ncdu, 1.9g, projects@yorhel.nl)
+AC_INIT(ncdu, 1.10g, projects@yorhel.nl)
 AC_CONFIG_SRCDIR([src/global.h])
 AC_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])