From 0f8c7fc4a059dab356a4f31a882af5f748fd24c9 Mon Sep 17 00:00:00 2001 From: Nathan Levin-Greenhaw Date: Fri, 1 Jul 2016 11:54:33 -0700 Subject: [PATCH] prep for v0.14 --- Changes | 12 ++++++++++++ lib/Rethinkdb.pm | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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';