Skip to content

Commit

Permalink
prep for 0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
njlg committed Sep 17, 2015
1 parent 24a1f8a commit c4b0e94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.11 2015-09-17
- RethinkDB 2.1.0-1 compatibility
- Geospatial functionality
- `index_create` now takes all possible parameters
- Deprecating `attr` in favor of `bracket`
- Cleaning & formatting

0.10 2015-07-28
- 2.0.4 compatibility
- Cleaning & formatting
Expand Down
2 changes: 1 addition & 1 deletion lib/Rethinkdb.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Rethinkdb::Query::Table;
use Rethinkdb::Query;
use Rethinkdb::Util;

our $VERSION = '0.10';
our $VERSION = '0.11';

# this is set only when connect->repl()
has 'io';
Expand Down

0 comments on commit c4b0e94

Please sign in to comment.