diff --git a/packages/at_secondary_server/CHANGELOG.md b/packages/at_secondary_server/CHANGELOG.md index 78358dbab..b8d2b82c5 100644 --- a/packages/at_secondary_server/CHANGELOG.md +++ b/packages/at_secondary_server/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.41 +- fix: bug in access control for otp put + ## 3.0.40 - build[deps]: Upgraded the following packages: - at_chops to 2.0.0 diff --git a/packages/at_secondary_server/pubspec.yaml b/packages/at_secondary_server/pubspec.yaml index 4a276dbc7..398afd0cc 100644 --- a/packages/at_secondary_server/pubspec.yaml +++ b/packages/at_secondary_server/pubspec.yaml @@ -1,6 +1,6 @@ name: at_secondary description: Implementation of secondary server. -version: 3.0.40 +version: 3.0.41 repository: https://github.com/atsign-foundation/at_server homepage: https://www.example.com publish_to: none