diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 7427d40a9..5997808b8 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.2.1 + +### Fixes + +- Retracted hive@2.2.0 from pub.dev +- Fixed hive web backend null value exception - [#968](https://github.com/hivedb/hive/pull/968) + # 2.2.0 ### Enhancements diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index afb5a127f..9de4ca6df 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.0 +version: 2.2.1 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/