From 93e2d03c7340b04178f0a59ce18a07e7dd6a3582 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bert=20M=C3=BCnnich?= <ber.t@posteo.de>
Date: Sun, 20 Dec 2015 13:21:25 +0100
Subject: [PATCH] Stable version 1.3.2

---
 Makefile  | 2 +-
 README.md | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0116999..1b816c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION   := git-20151220
+VERSION   := 1.3.2
 
 PREFIX    := /usr/local
 MANPREFIX := $(PREFIX)/share/man
diff --git a/README.md b/README.md
index 9ce7e24..75ce0e0 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,13 @@ on GitHub or get a copy using git with the following command:
 
 **Stable releases**
 
+**[v1.3.2](https://github.com/muennich/sxiv/archive/v1.3.2.tar.gz)**
+*(December 20, 2015)*
+
+  * external key handler gets file paths on stdin, not as arguments
+  * Cache out-of-view thumbnails in the background
+  * Apply gamma correction to thumbnails
+
 **[v1.3.1](https://github.com/muennich/sxiv/archive/v1.3.1.tar.gz)**
 *(November 16, 2014)*