diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f64442d..94b7863 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.31" + ".": "0.1.32" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c9ca4..7b29e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.32](https://github.com/jobtrek/php-slim-todo/compare/v0.1.31...v0.1.32) (2024-10-24) + + +### Build System + +* **deps-dev:** bump phpstan/phpstan from 1.12.5 to 1.12.6 ([#111](https://github.com/jobtrek/php-slim-todo/issues/111)) ([93b540f](https://github.com/jobtrek/php-slim-todo/commit/93b540fdbcdd5a45e74a237622b5df8ab2effe20)) +* **deps-dev:** bump phpstan/phpstan from 1.12.6 to 1.12.7 ([#113](https://github.com/jobtrek/php-slim-todo/issues/113)) ([1e4de31](https://github.com/jobtrek/php-slim-todo/commit/1e4de3108377b1f9a6d255c7932f42213bced24e)) + ## [0.1.31](https://github.com/jobtrek/php-slim-todo/compare/v0.1.30...v0.1.31) (2024-10-01) diff --git a/README.md b/README.md index 9cde0ff..4c507f9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Simple todolist with slim -> v0.1.31 +> v0.1.32 ## Dev diff --git a/composer.json b/composer.json index 770cb91..8e88b01 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jobtrek/php-slim-todo", "type": "project", - "version": "0.1.31", + "version": "0.1.32", "autoload": { "psr-4": { "Jobtrek\\PhpSlimTodo\\": "src/"