From 87facd9b85630f288433aa0a20a963cffc612ee5 Mon Sep 17 00:00:00 2001
From: Eric Freese <ericdfreese@gmail.com>
Date: Mon, 14 Mar 2016 22:33:26 -0600
Subject: [PATCH] bump version v0.3.1

---
 CHANGELOG.md            | 6 ++++++
 VERSION                 | 2 +-
 zsh-autosuggestions.zsh | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9a15d9..11ef027 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## v0.3.1
+
+- Fixes issue with `vi-next-char` not accepting suggestion (#137).
+- Fixes global variable warning when WARN_CREATE_GLOBAL option enabled (#133).
+- Split out a separate test file for each widget.
+
 ## v0.3.0
 
 - Adds `autosuggest-execute` widget (PR #124).
diff --git a/VERSION b/VERSION
index 268b033..937cd78 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.3.0
+v0.3.1
diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh
index 822efc9..17d1eaa 100644
--- a/zsh-autosuggestions.zsh
+++ b/zsh-autosuggestions.zsh
@@ -1,6 +1,6 @@
 # Fish-like fast/unobtrusive autosuggestions for zsh.
 # https://github.com/zsh-users/zsh-autosuggestions
-# v0.3.0
+# v0.3.1
 # Copyright (c) 2013 Thiago de Arruda
 # Copyright (c) 2016 Eric Freese
 #