Skip to content

Commit 45b393d

Browse files
authored
Merge pull request #219 from apkar/master
Release 1.8.3
2 parents 34cc0b0 + 171a7f5 commit 45b393d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Release notes
22

33

4+
### 1.8.3
5+
6+
* [#214](http://github.com/FoundationDB/fdb-document-layer/pull/214) - Bump FoundationDB API version to 610. This is a workaround to avoid the 6.1 -> 6.2 upgrade issue being [fixed](https://github.com/apple/foundationdb/pull/2169) in FoundationDB.
7+
48
### 1.8.2
59

610
* [#212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Avoids deadlock in connection handler over failures

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.11)
2-
project(fdb_doc_layer VERSION 1.8.2 LANGUAGES C CXX)
2+
project(fdb_doc_layer VERSION 1.8.3 LANGUAGES C CXX)
33

44
set(default_build_type "RelWithDbgInfo")
55
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)

0 commit comments

Comments
 (0)