diff --git a/services/celest_cloud_auth/CHANGELOG.md b/services/celest_cloud_auth/CHANGELOG.md index 2c793a5b..cec92a2f 100644 --- a/services/celest_cloud_auth/CHANGELOG.md +++ b/services/celest_cloud_auth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.5 + +- chore: Update dependencies + ## 0.3.4 - fix: Database checks in debug mode diff --git a/services/celest_cloud_auth/pubspec.yaml b/services/celest_cloud_auth/pubspec.yaml index ac637724..2bbfdf17 100644 --- a/services/celest_cloud_auth/pubspec.yaml +++ b/services/celest_cloud_auth/pubspec.yaml @@ -1,6 +1,6 @@ name: celest_cloud_auth description: A Dart-native authentication and authorization service built on Celest, Cedar, and SQLite. -version: 0.3.4 +version: 0.3.5 homepage: https://celest.dev repository: https://github.com/celest-dev/celest/tree/main/services/celest_cloud_auth