Skip to content

Commit

Permalink
Prepare for v2.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Jun 30, 2022
1 parent b278001 commit 470473f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hive/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand Down

0 comments on commit 470473f

Please sign in to comment.