Skip to content

Commit 470473f

Browse files
committed
Prepare for v2.2.3 release
1 parent b278001 commit 470473f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

hive/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.2.3
2+
3+
### Enhancements
4+
5+
- Exposed `resetAdapters` method for testing - [#1014](https://github.com/hivedb/hive/pull/1014)
6+
- Removed unnecessary print statement - [#1015](https://github.com/hivedb/hive/pull/1015)
7+
18
# 2.2.2
29

310
### Fixes

hive/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hive
22
description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
3-
version: 2.2.2
3+
version: 2.2.3
44
homepage: https://github.com/hivedb/hive/tree/master/hive
55
documentation: https://docs.hivedb.dev/
66

0 commit comments

Comments
 (0)