From b7ce022ecc1eb21bef1d8071f43393d8c779a2aa Mon Sep 17 00:00:00 2001 From: Passage by 1Password Date: Fri, 9 Jan 2026 10:54:45 -0600 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677..b55c11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2557a4b..d7256e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [1.1.1](https://github.com/passageidentity/passage-php/compare/v1.1.0...v1.1.1) (2026-01-09) + + +### Documentation + +* add sunset notice to README ([#111](https://github.com/passageidentity/passage-php/issues/111)) ([6600047](https://github.com/passageidentity/passage-php/commit/6600047626954e49400774f7d84e377b48ae35ae)) + ## [1.1.0](https://github.com/passageidentity/passage-php/compare/v1.0.0...v1.1.0) (2025-03-11) diff --git a/composer.json b/composer.json index 5074614..d29659c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "passageidentity/passage-php", "description": "Passkey Complete for PHP - Integrate into your PHP API or service to enable a completely passwordless standalone auth solution with Passage by 1Password.", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "authentication", "passkeys",