From ec35557fbd4c33f388930b39e585689594d4d464 Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Wed, 5 Jul 2023 08:49:37 -0400 Subject: [PATCH] Release v1.8.5 --- CHANGELOG.md | 6 ++++++ cmd/gemini/Version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b142974..6df16eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## [1.8.5] - 2023-07-05 + +- Set oracle timeout properly ([3e8f096](https://github.com/scylladb/gemini/commit/3e8f096a9c7b9bf170761e417188c312e002b35b)) +- Update gocql to 1.8.0 ([6bbb4fb](https://github.com/scylladb/gemini/commit/6bbb4fbc6e68762271a233780592e8a26dc60c5b)) +- Gemini can get stuck at the end of test ([#372](https://github.com/scylladb/gemini/pull/372)) + ## [1.8.4] - 2023-06-20 - Populate version info ([#361](https://github.com/scylladb/gemini/pull/361)) diff --git a/cmd/gemini/Version b/cmd/gemini/Version index 34cc4b31..ef96e413 100644 --- a/cmd/gemini/Version +++ b/cmd/gemini/Version @@ -1 +1 @@ -v1.8.4 \ No newline at end of file +v1.8.5 \ No newline at end of file