diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc97795..5b29ddb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -219,6 +219,12 @@ - [#789](https://github.com/eyaltoledano/claude-task-master/pull/789) [`8cde6c2`](https://github.com/eyaltoledano/claude-task-master/commit/8cde6c27087f401d085fe267091ae75334309d96) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix contextGatherer bug when adding a task `Cannot read properties of undefined (reading 'forEach')` +## 0.17.1 + +### Patch Changes + +- [#789](https://github.com/eyaltoledano/claude-task-master/pull/789) [`8cde6c2`](https://github.com/eyaltoledano/claude-task-master/commit/8cde6c27087f401d085fe267091ae75334309d96) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix contextGatherer bug when adding a task `Cannot read properties of undefined (reading 'forEach')` + ## 0.17.0 ### Minor Changes diff --git a/package.json b/package.json index 4e5b1803..3673f4d4 100644 --- a/package.json +++ b/package.json @@ -119,4 +119,4 @@ "supertest": "^7.1.0", "tsx": "^4.16.2" } -} +} \ No newline at end of file