Skip to content

Commit 07718aa

Browse files
authored
Release v2.16.0 (#496)
1 parent a3522c4 commit 07718aa

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2.16.0
2+
===========
3+
4+
Features
5+
--------
6+
* [PR #489] Add API to get/set coordinator node
7+
8+
Bug Fixes
9+
--------
10+
* [CPP-924] Pure virtual function called when Session object is being destructed
11+
* [PR #488] Only using a single resolved IP when connecting with hostname
12+
* [PR #494] Use correct `Host:` header when calling metadata service (Astra)
13+
14+
Other
15+
---------
16+
* [CPP-933] Reduce the log severity of protocol negotiation errors/warnings
17+
18+
2.15.3
19+
===========
20+
21+
Bug Fixes
22+
--------
23+
* [CPP-922] Limit to TLS 1.2
24+
125
2.15.2
226
===========
327

include/cassandra.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
*/
5353

5454
#define CASS_VERSION_MAJOR 2
55-
#define CASS_VERSION_MINOR 15
56-
#define CASS_VERSION_PATCH 3
55+
#define CASS_VERSION_MINOR 16
56+
#define CASS_VERSION_PATCH 0
5757
#define CASS_VERSION_SUFFIX ""
5858

5959
#ifdef __cplusplus

0 commit comments

Comments
 (0)