Skip to content

Commit debcbd5

Browse files
authored
Update CHANGELOG.md (#156)
* Update CHANGELOG.md * update version
1 parent 0bf265a commit debcbd5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
## 1.3.0 (2024-05-20)
7+
8+
### What's Changed
9+
10+
- Improved handling of `apiResources`, `eventResources`, and `entityTypeMappings`
11+
- Added support for metadata protection with Basic Auth
12+
- Enabled multitenancy and extensibility
13+
- Special handling for services of type `dataProduct`
14+
- Enhanced support for Business Accelerator Hub
15+
- Improved ORD document compilation and interop CSN generation
16+
- Updated OpenAPI and AsyncAPI versions and dependencies
17+
- Ensured REUSE compliance and updated license files
18+
- Fixed issues related to resource filtering, default values, and endpoint display
19+
- Updated contribution guide with Calesi setup steps
20+
- Various code quality improvements and project maintenance
21+
22+
**Full Changelog**: https://github.com/cap-js/ord/compare/v1.2.0...v.1.3.0
623

724
## 1.2.0 (2024-11-18)
825

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/ord",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "CAP Plugin for generating ORD document.",
55
"repository": "cap-js/ord",
66
"author": "SAP SE (https://www.sap.com)",

0 commit comments

Comments
 (0)