Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Jan 9, 2015
1 parent 80bed64 commit 6e0e0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/es-reindex/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ESReindex
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 6e0e0dd

Please sign in to comment.