Skip to content

Commit

Permalink
chore(main): release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent 6a1759e commit 691d822
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 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.4.0"
".": "0.4.1"
}
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.

## Unreleased

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


### Bug Fixes

* adds passage-version header to all api calls ([#69](https://github.com/passageidentity/passage-php/issues/69)) ([0e98725](https://github.com/passageidentity/passage-php/commit/0e987251f989907750d6ead7608d302fd5e38ee7))


### Miscellaneous Chores

* add dev container ([#77](https://github.com/passageidentity/passage-php/issues/77)) ([749e888](https://github.com/passageidentity/passage-php/commit/749e8886764886900d3534acb5fa07f643c69405))
* bootstrap releases for path: . ([#79](https://github.com/passageidentity/passage-php/issues/79)) ([575d1cc](https://github.com/passageidentity/passage-php/commit/575d1cccadbf30eb63907d4874c759374ae5f0c6))
* resolve linting errors and warnings per PSR-12 ([#83](https://github.com/passageidentity/passage-php/issues/83)) ([9b527e4](https://github.com/passageidentity/passage-php/commit/9b527e41b761f519f278f8313e8979fb6e54beef))
* update all dependencies ([#84](https://github.com/passageidentity/passage-php/issues/84)) ([6a1759e](https://github.com/passageidentity/passage-php/commit/6a1759e5fde9ad8c8d1c32e5b908d05e5fd24a1f))

## [0.4.0] - 2024-03-21

### Added
Expand Down Expand Up @@ -58,4 +73,3 @@ All notable changes to this project will be documented in this file.
### Added

- Created the PHP SDK.

13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@
"vlucas/phpdotenv": "^5.6"
},
"autoload": {
"psr-4": {
"OpenAPI\\Client\\" : ["generated/lib/", "custom/models/"],
"psr-4": {
"OpenAPI\\Client\\": [
"generated/lib/",
"custom/models/"
],
"Passage\\Client\\": "custom/lib/"
}
},
"autoload-dev": {
"psr-4": {
"OpenAPI\\Client\\Test\\" : "generated/test/",
"Passage\\Client\\Test\\" : "custom/test/"
"psr-4": {
"OpenAPI\\Client\\Test\\": "generated/test/",
"Passage\\Client\\Test\\": "custom/test/"
}
}
}

0 comments on commit 691d822

Please sign in to comment.