Skip to content

Commit e0c8e2a

Browse files
chore(release): 4.1.0-beta.3 [skip ci]
# [4.1.0-beta.3](v4.1.0-beta.2...v4.1.0-beta.3) (2025-07-23) ### Bug Fixes * **build:** fix the name of the docker-related dependabot updates [skip ci] ([3b719c0](3b719c0)) * **build:** trigger pipeline only on all branches for push [skip ci] ([5e2b76e](5e2b76e)) ### Features * **build:** added a workflow to find ununsed dependencies ([#46](#46)) ([a6a711e](a6a711e))
1 parent a6a711e commit e0c8e2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zitadel/client",
3-
"version": "4.1.0-beta.2",
3+
"version": "4.1.0-beta.3",
44
"description": "Official Zitadel SDK for PHP. Authenticate and access Zitadel's authentication and management APIs in PHP.",
55
"keywords": [
66
"api",
@@ -74,4 +74,4 @@
7474
},
7575
"process-timeout": 600
7676
}
77-
}
77+
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
class Version
66
{
7-
public const VERSION = '4.1.0-beta.2';
7+
public const VERSION = '4.1.0-beta.3';
88
}

0 commit comments

Comments
 (0)