diff --git a/Changelog b/Changelog index 58fd0331..b02d0ccf 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -v1.unrelease +v1.1.2 New Features - Highlight matched part of the string. - Make window switcher string customizable. diff --git a/configure.ac b/configure.ac index f052eec5..e25a0f5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rofi], [1.1.0], [https://github.com/DaveDavenport/rofi/]) +AC_INIT([rofi], [1.2.0], [https://github.com/DaveDavenport/rofi/]) AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_HEADER([config.h])