diff --git a/README.markdown b/README.markdown index d791594..f21eded 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.1__: [BUGFIX] Improve callback presence check + __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 diff --git a/lib/es-reindex/version.rb b/lib/es-reindex/version.rb index e97ff12..97a7251 100644 --- a/lib/es-reindex/version.rb +++ b/lib/es-reindex/version.rb @@ -1,3 +1,3 @@ class ESReindex - VERSION = '0.2.0' + VERSION = '0.2.1' end