Bump to 2.1.2

So many minor point versions in so few days
diff --git a/README.md b/README.md
index a01aef6..ac81dbb 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@
 
 [![Build Status](https://travis-ci.org/ferd/recon.png)](https://travis-ci.org/ferd/recon)
 
+Versions supported: R15B02 and up
+
 Changelog
 ---------
 
@@ -25,6 +27,10 @@
 
 *2.x*
 
+- 2.1.2:
+  - Fixing tests for R15B02 and up
+  - Fixing a backwards compatibility for R15B03 on `recon_alloc` operations
+    with dumps on disk
 - 2.1.1:
   - Renaming `recon_trace:mfa()` type to `recon_trace:tspec()` to avoid
     issues in older Erlang versions regarding redefining an existing type
diff --git a/src/recon.app.src b/src/recon.app.src
index e77b5bf..fd17af7 100644
--- a/src/recon.app.src
+++ b/src/recon.app.src
@@ -1,6 +1,6 @@
 {application, recon,
  [{description, "Diagnostic tools for production use"},
-  {vsn, "2.1.1"},
+  {vsn, "2.1.2"},
   {modules, [recon]},
   {registered, []},
   {applications, [kernel, stdlib]}]}.