diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 99fa4e93f14532..086b8c51bead9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -51,7 +51,7 @@ "plugins/destination/neo4j+FILLER": "0.0.0", "plugins/destination/kafka": "5.0.5", "plugins/destination/kafka+FILLER": "0.0.0", - "plugins/source/hackernews": "3.2.4", + "plugins/source/hackernews": "3.3.0", "plugins/source/hackernews+FILLER": "0.0.0", "scaffold": "3.1.0", "scaffold+FILLER": "0.0.0", diff --git a/plugins/source/hackernews/CHANGELOG.md b/plugins/source/hackernews/CHANGELOG.md index f38ae8450d055c..d8fb4908941432 100644 --- a/plugins/source/hackernews/CHANGELOG.md +++ b/plugins/source/hackernews/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.3.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-hackernews-v3.2.4...plugins-source-hackernews-v3.3.0) (2024-07-16) + + +### Features + +* Pass invocation ID to scheduler ([#18510](https://github.com/cloudquery/cloudquery/issues/18510)) ([2fd34f8](https://github.com/cloudquery/cloudquery/commit/2fd34f831cf1c6761050b186087a802b97011df6)) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](https://github.com/cloudquery/cloudquery/issues/18513)) ([d12da90](https://github.com/cloudquery/cloudquery/commit/d12da90f5ca67b8e590c433ad2762d48c499e6aa)) + ## [3.2.4](https://github.com/cloudquery/cloudquery/compare/plugins-source-hackernews-v3.2.3...plugins-source-hackernews-v3.2.4) (2024-07-09)