From 70556ec375b40810ac5988abd652fc61992f7712 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 26 Aug 2016 14:27:16 -0700 Subject: [PATCH] 1.4.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd6f5fe..8e68b3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.1] - 2016-08-26 +### Added +- #34: Added "BOUNDS key" command + +### Fixed +- #38: Allow for nginx support +- #39: Reset requirepass + ## [1.3.0] - 2016-07-22 ### Added - New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command.