diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7fd6a0..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.5" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 833cf1c..472f580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/kunchenguid/treehouse/compare/v1.1.5...v1.2.0) (2026-03-17) + + +### Features + +* **config:** add configurable root for pool directory ([#12](https://github.com/kunchenguid/treehouse/issues/12)) ([0bc1378](https://github.com/kunchenguid/treehouse/commit/0bc1378b758ac93bb4ca430a942e87a5c3b8f020)) + ## [1.1.5](https://github.com/kunchenguid/treehouse/compare/v1.1.4...v1.1.5) (2026-03-16)