diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cef05..1709fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/pythoninthegrass/mvp/compare/v1.1.0...v1.2.0) (2025-02-27) + + +### Features + +* process-compose ([bc5ef0a](https://github.com/pythoninthegrass/mvp/commit/bc5ef0a3faeb4bbfe43653c731f4f442e440efff)) + + +### Bug Fixes + +* add nontinteractive env var to brew install ([ada1c6d](https://github.com/pythoninthegrass/mvp/commit/ada1c6d062193f8002e30dba6ba9d1f1e7c89c98)) + ## [1.1.0](https://github.com/pythoninthegrass/mvp/compare/v1.0.0...v1.1.0) (2024-10-16) diff --git a/pyproject.toml b/pyproject.toml index bd3b937..0de989e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mvp" -version = "1.1.0" +version = "1.2.0" description = "" authors = ["pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>"] license = "Unlicense"