diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 62ac60a01..ae0f28dd1 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.5.0-pre + +### Enhancements +- Timezone support for DateTime - [#419](https://github.com/hivedb/hive/issues/419) + # 1.4.4+1 ### Fixes diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 27ae6e7d2..ae99385b5 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.4+1 +version: 1.5.0-pre homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/