Skip to content

Commit 6104206

Browse files
author
serverpod_cloud
committed
chore(release): 4c9309b149d01c0ed686bc95a8eef238c30e512f
1 parent f7104ca commit 6104206

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

serverpod_cloud_cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Changelog
33

4+
## [0.11.1] - 2025-10-03
5+
6+
- **Auto-procure subscriptions** - Automatically register subscriptions on relevant conditions
7+
48
## [0.11.0] - 2025-10-03
59

610
### Added

serverpod_cloud_cli/lib/util/scloud_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:pub_semver/pub_semver.dart';
22

33
// Constant with the current version of the Serverpod Cloud CLI.
44
// This should be updated when a new version is released.
5-
const String _cliVersionString = '0.11.0';
5+
const String _cliVersionString = '0.11.1';
66

77
Version? _cliVersion;
88

serverpod_cloud_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: serverpod_cloud_cli
2-
version: 0.11.0
2+
version: 0.11.1
33
description: A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.
44
repository: https://github.com/serverpod/serverpod_cloud_clients
55
homepage: https://serverpod.dev

0 commit comments

Comments
 (0)