Skip to content

Commit ad518b0

Browse files
author
Michael Penick
committed
1.10.1 release preparation
1 parent 8bdd02c commit ad518b0

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.10.1
2+
===========
3+
4+
Bug Fixes
5+
--------
6+
* [CPP-879] Allow remote hosts to come back up even if policy ignores down hosts
7+
(community PR from kw217)
8+
19
1.10.0
210
===========
311

include/dse.h

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

5151
#define DSE_VERSION_MAJOR 1
5252
#define DSE_VERSION_MINOR 10
53-
#define DSE_VERSION_PATCH 0
53+
#define DSE_VERSION_PATCH 1
5454
#define DSE_VERSION_SUFFIX ""
5555

5656
#ifdef __cplusplus

0 commit comments

Comments
 (0)