diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..386ef09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [1.0.5](https://github.com/dsuurlant/response2schema/tree/1.0.5) (2024-11-26) + +### Added +- Added NOTICE.md +- Added CHANGELOG.md + +### Changed +- Updated .gitignore +- Updated LICENSE.md +- Updated author email + +### Removed +- Removed `clue/phar-composer` as it is no longer updated and `symfony/process` needs a security fix + +## [1.0.4](https://github.com/dsuurlant/response2schema/tree/1.0.4) (2023-10-09) + +### Changed +- Bump dependencies to fix [CVE-2023-29197](https://github.com/advisories/GHSA-wxmh-65f7-jcvw) + +## [1.0.3](https://github.com/dsuurlant/response2schema/tree/1.0.3) (2022-10-07) + +### Changed +- Updated Symfony dependencies +- Updated PHP min requirement +- Use newer Phar packager +- Updated author email + +### Removed +- Removed travis config + badge + +## [1.0.2](https://github.com/dsuurlant/response2schema/tree/1.0.2) (2021-03-27) + +### Changed +- Update to last minor OAS version +- Update dependencies +- Replace `fzaninotto/faker` with `fakerphp/faker` +- Update contact information + +## [1.0.1](https://github.com/dsuurlant/response2schema/tree/1.0.1) (2020-05-26) + +### Added +- Add bin reference to composer.json + +### Changed +- Update README.md + +## [1.0.0](https://github.com/dsuurlant/response2schema/tree/1.0.0) (2020-05-25) + +### Added +- Initial commit + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/composer.json b/composer.json index ef203f9..a713c43 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "authors": [ { "name": "Daniƫlle Suurlant", - "email": "danielle.suurlant@gmail.com" + "email": "danielle@dsuurlant.dev" } ], "autoload": {