Skip to content

Commit 6d16a39

Browse files
committed
chore: Adds missing 0.14.0 version to CHANGELOG.md file
1 parent 025147c commit 6d16a39

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12-
## [0.15.0] - 2025-08-29
12+
## [0.16.0] - 2025-08-29
1313
### Added
1414
- Enhanced swagger documentation with examples for dependencies protobuf
1515
- Added request/response examples to transitive dependencies API
1616
### Changed
1717
- Updated REST endpoint paths: removed `/api/` prefix from vulnerability and dependency endpoints (now `/v2/...` instead of `/api/v2/...`)
1818
- Changed Component Echo endpoints from GET to POST
1919

20-
## [0.14.0] - 2025-08-26
20+
## [0.15.0] - 2025-08-26
2121
### Added
2222
- Added gRPC `GetComponentCpes` and REST endpoint GET `/api/v2/vulnerabilities/cpes/component`
2323
- Added gRPC `GetComponentsCpes` and REST endpoint POST `/api/v2/vulnerabilities/cpes/components`
2424
- Added gRPC `GetComponentVulnerabilities` and REST endpoint GET `/api/v2/vulnerabilities/component`
2525
- Added gRPC `GetComponentsVulnerabilities` and REST endpoint POST `/api/v2/vulnerabilities/components`
2626
- Added vulnerability API documentation
2727

28+
## [0.14.0] - 2025-08-18
29+
### Added
30+
- Added version to component response
31+
2832
## [0.13.0] - 2025-08-13
2933
### Added
3034
- Added License API v2 service
@@ -102,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102106
- Added REST endpoint support for each service also
103107

104108
[Unreleased]: https://github.com/scanoss/papi/compare/v0.12.0...HEAD
109+
[0.16.0]: https://github.com/scanoss/papi/compare/v0.15.0...v0.16.0
105110
[0.15.0]: https://github.com/scanoss/papi/compare/v0.14.0...v0.15.0
106111
[0.14.0]: https://github.com/scanoss/papi/compare/v0.13.0...v0.14.0
107112
[0.13.0]: https://github.com/scanoss/papi/compare/v0.12.0...v0.13.0

0 commit comments

Comments
 (0)