From a88f4b90a593e16b7a94a8147554ebb6893d88a6 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 11 Apr 2017 21:31:27 +0200
Subject: [PATCH] Released version 2.12.

---
 CHANGELOG.md | 25 +++++++++++++++++++++++++
 config.mk    |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77da6f6..d4fb3d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
 # Changes in vimb
 
+## [2.12] - 2017-04-11
+
+### Added
+
+* Queueing of key events - fixes swalled chars in case of some imap bindings
+  #258 (thanks to Michael Mackus)
+* Allow to disable xembed by `FEATURE_NO_XEMBED` to compile on wayland only
+  platforms (thanks to Patrick Steinhardt)
+* Custom default_zoom setting disables HIGH_DPI logic (thanks to Robert Timm)
+* Allow link activation from search result via `<CR>` #131
+
+### Changed
+
+* Allow shortcuts without parameters #329
+* Write soup cache to disk after each page load to allow other instances to
+  pick this up.
+* Use the beginning position of links for hinting (thanks to Yutao Yuan)
+
+### Fixed
+
+* Fix path expansion to accept only valid POSIX.1-2008 usernames (thanks to
+  Manzur Mukhitdinov)
+* Fix default previouspattern (thanks to Nicolas Porcel)
+
 ## [2.11] - 2015-12-17
 
 ### Added
@@ -37,4 +61,5 @@
   cookie file
 * Fixed none POSIX `echo -n` call
 
+[2.12]: https://github.com/fanglingsu/vimb/compare/2.11...2.12
 [2.11]: https://github.com/fanglingsu/vimb/compare/2.10...2.11
diff --git a/config.mk b/config.mk
index 65fce0b..007180f 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 #----------------user/install options----------------
-VERSION = 2.11
+VERSION = 2.12
 
 PROJECT     = vimb
 PREFIX     ?= /usr/local
-- 
2.20.1