Skip to content

Commit

Permalink
Update changelog (#54)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
RoshniNaveenaS authored Nov 18, 2024
1 parent 3f8afec commit 8e981f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,26 @@ 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/).

## Version 1.1.0 - 17.10.2024

## Version 1.1.0 - tbd

### Fixed

- Fixed allowedValues on all primitive types.
- Removed duplicates in `tags`.

## Version 1.0.7 - 17.10.2024

### Fixed

- Multiple protocols for a service now renders multiple openapi documents.
- Format and type are now preserved for function parameters.
- Fixed allowedValues on all primitive types.

### Changed

- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.

### Added

- OpenAPI documents can now have `externalDocs` object provided through `@OpenAPI.externalDocs` annotation in the service level of CDS.
Expand Down

0 comments on commit 8e981f2

Please sign in to comment.