diff --git a/CHANGELOG.md b/CHANGELOG.md index 795ab780..29c93f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## 1.9.2 (2026-07-16) + +## What's Changed + +- fix(protocol-resolver): map CAP 'mcp' protocol to ORD apiProtocol by @zongqichen in https://github.com/cap-js/ord/pull/519 + +**Full Changelog**: https://github.com/cap-js/ord/compare/v1.9.1...v1.9.2 + ## 1.9.1 (2026-06-26) ## What's Changed diff --git a/package.json b/package.json index af022666..8a5608f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cap-js/ord", - "version": "1.9.1", + "version": "1.9.2", "description": "CAP Plugin for generating ORD document.", "repository": "cap-js/ord", "author": "SAP SE (https://www.sap.com)",