Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 10, 2025
1 parent 8165668 commit 635394b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "1.0.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [1.0.0](https://github.com/passageidentity/passage-php/compare/v0.5.0...v1.0.0) (2025-01-10)


### ⚠ BREAKING CHANGES

* remove deprecated AppInfo code from codegen ([#93](https://github.com/passageidentity/passage-php/issues/93))
* remove deprecated code ([#94](https://github.com/passageidentity/passage-php/issues/94))

### Features

* adds parameter guards to the Passage constructor ([#101](https://github.com/passageidentity/passage-php/issues/101)) ([a2d8209](https://github.com/passageidentity/passage-php/commit/a2d8209f148f5594bb880f88fcbb48e7f7cc5e15))
* change codegen to use php 8.1 ([#100](https://github.com/passageidentity/passage-php/issues/100)) ([8165668](https://github.com/passageidentity/passage-php/commit/81656680345a689f7f5f73f6245b0102b4b97a40))
* remove deprecated AppInfo code from codegen ([#93](https://github.com/passageidentity/passage-php/issues/93)) ([cdf10d0](https://github.com/passageidentity/passage-php/commit/cdf10d05b00932faf7964fa94e1c21206976a5eb))
* remove deprecated code ([#94](https://github.com/passageidentity/passage-php/issues/94)) ([6345490](https://github.com/passageidentity/passage-php/commit/63454900cfb3cc053545677bcc19502ff346372a))
* remove unnecessary tests from codegen output ([#97](https://github.com/passageidentity/passage-php/issues/97)) ([1ff2fc0](https://github.com/passageidentity/passage-php/commit/1ff2fc0b2220df2638eb3ca210105724cf6519f4))
* updates minimum supported version to PHP 8.1 ([#99](https://github.com/passageidentity/passage-php/issues/99)) ([af384d7](https://github.com/passageidentity/passage-php/commit/af384d7ffa768543e1d06db45ba6eb77f7093e7e))


### Miscellaneous Chores

* removes generated docs ([1ff2fc0](https://github.com/passageidentity/passage-php/commit/1ff2fc0b2220df2638eb3ca210105724cf6519f4))

## [0.5.0](https://github.com/passageidentity/passage-php/compare/v0.4.0...v0.5.0) (2024-12-12)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": "0.5.0",
"version": "1.0.0",
"keywords": [
"authentication",
"passkeys",
Expand Down

0 comments on commit 635394b

Please sign in to comment.