diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de0960a..f94eeca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9ff30..b0a6345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.13.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.12.0...v1.13.0) (2026-09-27) + + +### Features + +* **answers:** route people and company research with faster answers ([#1336](https://github.com/context-dot-dev/context-dev-cli/issues/1336)) ([89aa64e](https://github.com/context-dot-dev/context-dev-cli/commit/89aa64eab8bd67244f8cb3c3c8a6135eec6d028b)) + + +### Bug Fixes + +* **openapi:** document exclusive news filters ([#1265](https://github.com/context-dot-dev/context-dev-cli/issues/1265)) ([2ed83fb](https://github.com/context-dot-dev/context-dev-cli/commit/2ed83fb006e021cfd3117bb1c8ebd7dd6b7faca4)) + + +### Documentation + +* **openapi:** complete concise API reference metadata ([#1329](https://github.com/context-dot-dev/context-dev-cli/issues/1329)) ([3fc839d](https://github.com/context-dot-dev/context-dev-cli/commit/3fc839d159980463cf821a727458358f740a1787)) + ## [1.12.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.11.0...v1.12.0) (2026-09-22) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index e85eb06..3852d60 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -2,4 +2,4 @@ package cmd -const Version = "1.12.0" // x-release-please-version +const Version = "1.13.0" // x-release-please-version