From dd0caf79dee11fe2066aa65f905497164855d1e9 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Thu, 28 Aug 2025 16:36:05 -0700 Subject: [PATCH] release(cloud_auth): v0.3.5 - chore: Update dependencies --- services/celest_cloud_auth/CHANGELOG.md | 4 ++++ services/celest_cloud_auth/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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