From 470473ffc1ba39f6c90f31ababe0ee63b76b69fe Mon Sep 17 00:00:00 2001 From: Misir Jafarov Date: Fri, 1 Jul 2022 00:10:45 +0400 Subject: [PATCH] Prepare for v2.2.3 release --- hive/CHANGELOG.md | 7 +++++++ hive/pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index c824b7c63..24f933c31 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.2.3 + +### Enhancements + +- Exposed `resetAdapters` method for testing - [#1014](https://github.com/hivedb/hive/pull/1014) +- Removed unnecessary print statement - [#1015](https://github.com/hivedb/hive/pull/1015) + # 2.2.2 ### Fixes diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 2a0981b80..35dafb498 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.2.2 +version: 2.2.3 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/