diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a77f01..d1be3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.2](https://github.com/roach-php/core/compare/2.0.1...v2.0.2) (2023-03-13) + + +### Miscellaneous Chores + +* (deps): bump symfony/console from 6.2.5 to 6.2.7 ([#93](https://github.com/roach-php/core/issues/93)) ([4f535da](https://github.com/roach-php/core/commit/4f535da0d95f6e5a88bea4c1e5d9c7f3219388c6)) +* (deps): bump symfony/css-selector from 6.2.5 to 6.2.7 ([20fc15b](https://github.com/roach-php/core/commit/20fc15b708c6c486b49a2c766630b42512df25c6)) +* (deps): bump symfony/dom-crawler from 6.2.5 to 6.2.7 ([#92](https://github.com/roach-php/core/issues/92)) ([25e4831](https://github.com/roach-php/core/commit/25e48316e49408ad2ce120e76d56fa70be8864dc)) +* add code of conduct ([ed80fbe](https://github.com/roach-php/core/commit/ed80fbe7919d0a518d54a4ba48b8cefb0565f6cc)) +* add CODEOWNERS file ([9efec92](https://github.com/roach-php/core/commit/9efec92ce1ba244cbd205037e8c3463d6986f054)) +* add commitlint step to pipeline ([64e785a](https://github.com/roach-php/core/commit/64e785a0a04c5697ec91f17905190cbc062512ce)) +* add contribution guide ([bdb57e0](https://github.com/roach-php/core/commit/bdb57e0824cb4c883be3d9109696c74d88586644)) +* add issue templates ([5c4fd81](https://github.com/roach-php/core/commit/5c4fd81a3a3caa7ee6b3ab42d69f85d0e02dbfbe)) +* **deps-dev:** bump ergebnis/composer-normalize from 2.29.0 to 2.30.2 ([980b920](https://github.com/roach-php/core/commit/980b92040b6f6ea38907a49d296f69f9a91ab606)) +* **deps-dev:** bump ergebnis/php-cs-fixer-config from 5.3.1 to 5.3.2 ([44d81c9](https://github.com/roach-php/core/commit/44d81c9855542fec1f8f1c342d666e1ca6680350)) +* **deps-dev:** bump phpunit/phpunit from 10.0.15 to 10.0.16 ([57b4d03](https://github.com/roach-php/core/commit/57b4d03bd6ca00c5b17af81ac8ebbc8382c91677)) +* **deps-dev:** bump vimeo/psalm from 5.6.0 to 5.8.0 ([b60588a](https://github.com/roach-php/core/commit/b60588ad6e60bd6eb8146466202bd8baf12ad8f0)) +* **deps:** bump symfony/event-dispatcher from 6.2.5 to 6.2.7 ([3a19510](https://github.com/roach-php/core/commit/3a19510e0457867f0a307c8511e2cb0ef85a8e6b)) +* **deps:** bump symfony/options-resolver from 6.2.5 to 6.2.7 ([#89](https://github.com/roach-php/core/issues/89)) ([fe24ee3](https://github.com/roach-php/core/commit/fe24ee3241546c3dc968537b344040dd9bb3c483)) +* set up dependabot ([29fb85e](https://github.com/roach-php/core/commit/29fb85ee3e7db67b855a2999b1af592253043e1a)) +* set up release please action ([5a7df32](https://github.com/roach-php/core/commit/5a7df32ca5fc8816fd4e7b6273eb5071f1203e00)) +* upgrade to phpunit 10 ([fd83095](https://github.com/roach-php/core/commit/fd830953f85f3ad7a06c04988ca39a24718c5e46)) + ## [2.0.1] – 2023-02-17 ### Fixed