Skip to content

Commit 6d0ccf7

Browse files
authored
Release v2.16.1 (#506)
1 parent ca4a2cd commit 6d0ccf7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.16.1
2+
===========
3+
4+
Bug Fixes
5+
--------
6+
* [CPP-924] Latency aware policy never activates because minimum latency isn't updated for request processors
7+
18
2.16.0
29
===========
310

include/cassandra.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

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

5959
#ifdef __cplusplus

0 commit comments

Comments
 (0)