diff --git a/tools/spectral/ipa/CHANGELOG.md b/tools/spectral/ipa/CHANGELOG.md index 63dac3bc91..46bf75b8be 100644 --- a/tools/spectral/ipa/CHANGELOG.md +++ b/tools/spectral/ipa/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [2.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v1.1.0...2.0.0) +#### [2.1.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v2.0.0...2.1.0) + +- feat(ipa): new rule xgen-IPA-117-operation-summary-format [`#897`](https://github.com/mongodb/openapi/pull/897) +- fix(ipa): child path identifiers inherit parent path exceptions [`#896`](https://github.com/mongodb/openapi/pull/896) + +### [ipa-validation-ruleset-v2.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v1.1.0...ipa-validation-ruleset-v2.0.0) + +> 15 August 2025 - feat(ipa): new IPA rule xgen-IPA-125-discriminator-must-accompany-oneOf-anyOf-allOf [`#893`](https://github.com/mongodb/openapi/pull/893) - fix(ipa): include schema descriptions in IPA117 rules [`#895`](https://github.com/mongodb/openapi/pull/895) diff --git a/tools/spectral/ipa/package.json b/tools/spectral/ipa/package.json index d0d98176ec..bc72844bb7 100644 --- a/tools/spectral/ipa/package.json +++ b/tools/spectral/ipa/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/ipa-validation-ruleset", - "version": "2.0.0", + "version": "2.1.0", "description": "Custom validation rules for MongoDB API Standards (IPA).", "keywords": [ "mongodb",