Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
bumped to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed Mar 22, 2012
1 parent 501cdac commit 7e8786e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion History.md
Expand Up @@ -82,4 +82,11 @@
0.3.2 / 2012-03-13
==================

* Added ability to remove columns and rows [ #7 Matthias Eder ]
* Added ability to remove columns and rows [ #7 Matthias Eder ]

0.3.3 / 2012-03-22
==================

* Added durability to the connection pool [ #12 ]
* Fixed CQL Injection Vulnerability [ #11 ]
* Added ability to use ? style variable replacement in CQL [ #11 ]
2 changes: 1 addition & 1 deletion lib/helenus.js
Expand Up @@ -16,7 +16,7 @@ var Helenus = {};
* @static
* @constant
*/
Helenus.version = '0.3.2';
Helenus.version = '0.3.3';

/**
* The connection pool
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "helenus"
, "version": "0.3.2"
, "version": "0.3.3"
, "description": "NodeJS Bindings for Cassandra"
, "keywords": ["cassandra"]
, "author": "Russell Bradberry <rbradberry@gmail.com>"
Expand Down

0 comments on commit 7e8786e

Please sign in to comment.