From 288e588e5e59b354ebcc956f4c077e52d16f25eb Mon Sep 17 00:00:00 2001 From: sitaram Date: Mon, 18 Oct 2021 22:10:13 +0530 Subject: [PATCH] update pubspec.yaml to 3.0.3 --- at_secondary/at_persistence_secondary_server/CHANGELOG.md | 2 ++ at_secondary/at_secondary_server/CHANGELOG.md | 4 +++- at_secondary/at_secondary_server/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/at_secondary/at_persistence_secondary_server/CHANGELOG.md b/at_secondary/at_persistence_secondary_server/CHANGELOG.md index a4fceb34b..7e895283f 100644 --- a/at_secondary/at_persistence_secondary_server/CHANGELOG.md +++ b/at_secondary/at_persistence_secondary_server/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.0.1 +Change Hive box type to lazy box ## 3.0.0 - Sync pagination feature ## 2.0.6 diff --git a/at_secondary/at_secondary_server/CHANGELOG.md b/at_secondary/at_secondary_server/CHANGELOG.md index 5231c87fb..e8d4eec19 100644 --- a/at_secondary/at_secondary_server/CHANGELOG.md +++ b/at_secondary/at_secondary_server/CHANGELOG.md @@ -1,5 +1,7 @@ -## 3.0.2 +## 3.0.3 - Change Hive box type to lazy box +## 3.0.2 +- Remove logging of binary data ## 3.0.1 - Fix null aware issue in sync verb handlers ## 3.0.0 diff --git a/at_secondary/at_secondary_server/pubspec.yaml b/at_secondary/at_secondary_server/pubspec.yaml index 67478d6f6..a12fdbe3c 100644 --- a/at_secondary/at_secondary_server/pubspec.yaml +++ b/at_secondary/at_secondary_server/pubspec.yaml @@ -1,6 +1,6 @@ name: at_secondary description: Implementation of secondary server. -version: 3.0.2 +version: 3.0.3 repository: https://github.com/atsign-foundation/at_server homepage: https://www.example.com publish_to: none