Skip to content

Commit d857d77

Browse files
chore(main): release 1.1.0 (#110)
1 parent 85610bf commit d857d77

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## [1.1.0](https://github.com/passageidentity/passage-php/compare/v1.0.0...v1.1.0) (2025-03-11)
8+
9+
10+
### Features
11+
12+
* update generated code with nullable parameters ([85610bf](https://github.com/passageidentity/passage-php/commit/85610bf5d4557e7c42e697602592d9077d8f9151))
13+
714
## [1.0.0](https://github.com/passageidentity/passage-php/compare/v0.5.0...v1.0.0) (2025-01-14)
815

916

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "passageidentity/passage-php",
33
"description": "Passkey Complete for PHP - Integrate into your PHP API or service to enable a completely passwordless standalone auth solution with Passage by 1Password.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"keywords": [
66
"authentication",
77
"passkeys",

0 commit comments

Comments
 (0)