From a2316a52d66ec5a099778d789d23d8c59801bd29 Mon Sep 17 00:00:00 2001 From: Justin Aiken <60tonangel@gmail.com> Date: Fri, 9 Jan 2015 15:01:20 -0700 Subject: [PATCH] Version 0.2.0 --- README.markdown | 1 + lib/es-reindex/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4addadd..d791594 100644 --- a/README.markdown +++ b/README.markdown @@ -79,6 +79,7 @@ ESReindex.copy! 'http://my_server/index', 'http://my_server/index_copy', ## Changelog ++ __0.2.0__: Lots of bugfixes, use elasticsearch client gem, add .reindex! method and callbacks + __0.1.0__: First gem release + __0.0.9__: Gemification, Oj -> MultiJSON + __0.0.8__: Optimization in string concat (@nara) diff --git a/lib/es-reindex/version.rb b/lib/es-reindex/version.rb index cce4252..e97ff12 100644 --- a/lib/es-reindex/version.rb +++ b/lib/es-reindex/version.rb @@ -1,3 +1,3 @@ class ESReindex - VERSION = '0.1.0' + VERSION = '0.2.0' end