Skip to content

Commit

Permalink
Updated changelog and version for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Dec 11, 2015
1 parent f3a3b5a commit b4bb435
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.2.2
===========
December 14, 2015

Features
--------
* Added basic support for Cassandra 3.0. The driver supports Cassandra 3.0
schema metadata for keyspaces, tables, columns, user types, functions, and
aggregates.

Other
--------
* Changed the default consistency from `CASS_CONSISTENCY_LOCAL_QUORUM` to
`CASS_CONSISTENCY_LOCAL_ONE`

2.2.1
===========
November 19, 2015
Expand Down
2 changes: 1 addition & 1 deletion include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

#define CASS_VERSION_MAJOR 2
#define CASS_VERSION_MINOR 2
#define CASS_VERSION_PATCH 1
#define CASS_VERSION_PATCH 2
#define CASS_VERSION_SUFFIX ""

#ifdef __cplusplus
Expand Down

0 comments on commit b4bb435

Please sign in to comment.