diff --git a/Changes b/Changes index d4e3eeb..e3f1464 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,15 @@ +0.14 2016-07-01 + - bumping to v0.12 + - callback should be passed to run() instead of changes() + - update changes callback for clarity + - pass along optargs to changes for things like include_initial + - preping a release + - filter nested keys in without() + - fix for issue #28 + - adding new RethinkDB v2.3.4 functionality & tests + - test needs to clean itself up + test for the correct thing + - updating changes for last release + 0.12 2016-04-29 - Fix for Issue #22 - Fixing some bad tests diff --git a/lib/Rethinkdb.pm b/lib/Rethinkdb.pm index 3bf24dd..b09f5e9 100644 --- a/lib/Rethinkdb.pm +++ b/lib/Rethinkdb.pm @@ -11,7 +11,7 @@ use Rethinkdb::Query::Table; use Rethinkdb::Query; use Rethinkdb::Util; -our $VERSION = '0.13'; +our $VERSION = '0.14'; # this is set only when connect->repl() has 'io';