Skip to content

Commit

Permalink
Merge pull request #219 from apkar/master
Browse files Browse the repository at this point in the history
Release 1.8.3
  • Loading branch information
apkar authored Sep 30, 2019
2 parents 34cc0b0 + 171a7f5 commit 45b393d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Release notes


### 1.8.3

* [#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.

### 1.8.2

* [#212](http://github.com/FoundationDB/fdb-document-layer/pull/212) - Avoids deadlock in connection handler over failures
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(fdb_doc_layer VERSION 1.8.2 LANGUAGES C CXX)
project(fdb_doc_layer VERSION 1.8.3 LANGUAGES C CXX)

set(default_build_type "RelWithDbgInfo")
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
Expand Down

0 comments on commit 45b393d

Please sign in to comment.