diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fb33d5d..8a996a5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,14 +13,14 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Validate composer.json and composer.lock run: composer validate - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 605cfcc..50c760f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.0.2] - Unreleased +## [2.0.2] - 2025-02-01 ### Fixed - Compatibility with middlewares/util:^4.0 [#5] - Support for PHP 8.4. @@ -42,7 +42,7 @@ First version [#3]: https://github.com/middlewares/base-path-router/issues/3 [#5]: https://github.com/middlewares/base-path-router/issues/5 -[2.0.2]: https://github.com/middlewares/base-path-router/compare/v2.0.1...HEAD +[2.0.2]: https://github.com/middlewares/base-path-router/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/middlewares/base-path-router/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/middlewares/base-path-router/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/middlewares/base-path-router/compare/v0.2.1...v1.0.0