diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e50e91..5b142974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog -## [1.8.3] - 2023-06-015 +## [1.8.4] - 2023-06-20 + +- Populate version info ([#361](https://github.com/scylladb/gemini/pull/361)) +- Fix false-positives when test cycle is getting terminated ([#363](https://github.com/scylladb/gemini/pull/363)) +- Fix schema loading to support complex types ([#360](https://github.com/scylladb/gemini/pull/360)) + +## [1.8.3] - 2023-06-15 - Pause generator when partitions are full ([#332](https://github.com/scylladb/gemini/pull/332)) - Fix TYPE_TIME value generations ([#337](https://github.com/scylladb/gemini/pull/337)) diff --git a/cmd/gemini/Version b/cmd/gemini/Version index 25b56915..34cc4b31 100644 --- a/cmd/gemini/Version +++ b/cmd/gemini/Version @@ -1 +1 @@ -v1.8.3 \ No newline at end of file +v1.8.4 \ No newline at end of file