Skip to content

Commit

Permalink
Release v2.16.1 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick authored Apr 5, 2021
1 parent ca4a2cd commit 6d0ccf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.16.1
===========

Bug Fixes
--------
* [CPP-924] Latency aware policy never activates because minimum latency isn't updated for request processors

2.16.0
===========

Expand Down
2 changes: 1 addition & 1 deletion include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

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

#ifdef __cplusplus
Expand Down

0 comments on commit 6d0ccf7

Please sign in to comment.