Skip to content

Commit bed26c5

Browse files
committed
v2.15.2
1 parent 89fb540 commit bed26c5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.15.2
2+
===========
3+
4+
Bug Fixes
5+
--------
6+
* [CPP-917] Infinite loop in token map calculation when using SimpleStrategy and RF > number of
7+
nodes
8+
9+
Community
10+
--------
11+
* Fix compatibility with OpenSSL 1.1 (SeverinLeonhardt)
12+
113
2.15.1
214
===========
315

include/cassandra.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
#define CASS_VERSION_MAJOR 2
5555
#define CASS_VERSION_MINOR 15
56-
#define CASS_VERSION_PATCH 1
56+
#define CASS_VERSION_PATCH 2
5757
#define CASS_VERSION_SUFFIX ""
5858

5959
#ifdef __cplusplus

0 commit comments

Comments
 (0)