From 8dc5e96669b52670c470877235dfd54e4ba42df3 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Fri, 22 Jul 2016 11:35:35 -0700 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f13c3bb2..9bd6f5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.0] - 2016-07-22 +### Added +- New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command. +- Support for plain strings using `SET ... STRING value.` syntax. +- New SEARCH command for finding strings. +- Scans can now order descending. + +### Fixed +- #28: fix windows cli issue + ## [1.2.0] - 2016-05-24 ### Added - #17: Roaming Geofences for NEARBY command