diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index d7c049ecf..fce661486 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.1+1 + +### Other +- Added docs to all public members + # 1.4.1 ### Enhancements diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index c123a4978..92dc396eb 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: 1.4.1 +version: 1.4.1+1 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/