diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 1b5406a1a..7427d40a9 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.2.0 + +### Enhancements + +- Added multiple storage backends for web - [#956](https://github.com/hivedb/hive/pull/956) + # 2.1.0 ### Fixes diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index e64916ae1..afb5a127f 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.1.0 +version: 2.2.0 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/