Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scommisso committed Mar 16, 2015
1 parent 7ab1a94 commit 93771c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 93771c0

Please sign in to comment.