diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index a5594b597..007795486 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.6 + +### Fixes + +- Fixed issue caused database to crash when executing crash recovery - [#914](https://github.com/hivedb/hive/pull/914) + # 2.0.5 ### Enhancements diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 47d4d2549..72cb07f88 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256. -version: 2.0.5 +version: 2.0.6 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/