From be523b6b6eae3bc39e419f4c44a65d90ff921919 Mon Sep 17 00:00:00 2001
From: Ben Thomson <git@alfreido.com>
Date: Tue, 8 Oct 2019 17:49:43 +0800
Subject: [PATCH] 1.3.4: Allow post author to be specified. Improved
 translations.

---
 updates/version.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/updates/version.yaml b/updates/version.yaml
index ba46bde0..e97d4d2c 100644
--- a/updates/version.yaml
+++ b/updates/version.yaml
@@ -50,3 +50,4 @@
 1.3.1: Fixed metadata column not being jsonable
 1.3.2: Allow custom slug name for components, add 404 handling for missing blog posts, allow exporting of blog images.
 1.3.3: Fixed 'excluded categories' filter from being run when value is empty.
+1.3.4: Allow post author to be specified. Improved translations.