From 93771c0d84d7e919cf1f9c0cd304d551e4cb1123 Mon Sep 17 00:00:00 2001 From: scommisso Date: Mon, 16 Mar 2015 15:11:08 -0700 Subject: [PATCH] version bump --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d7bd9..fb71b9f 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ var db = require('priam')({ Release Notes ------------- + - `1.2.1`: Added retry module from PR #47. - `1.2.0`: Resolved #44 (issue with `USING TIMESTAMP` on individual statementes within batch queries). Fixed an issue with subtypes being dropped from collection type hints. Downgrade `helenus` library to an optional dependency. diff --git a/package.json b/package.json index cc58118..6510c09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "priam", - "version": "1.2.0", + "version": "1.2.1", "description": "A simple Cassandra driver. It wraps the helenus and cassandra-driver modules with additional error/retry handling, external .cql file support, connection option resolution from an external source, and query composition, among other improvements.", "keywords": [ "cassandra",