diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d56a4a..53dd7ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Upcoming changes... +## [1.28.3] - 2025-07-14 +### Fixed +- Fixed scanoss.json ingestion +### Added +- Added support for exclude parameter from scanoss.json file during scanning + ## [1.28.2] - 2025-07-14 ### Fixed - Fix CycloneDX format when license id is None diff --git a/src/scanoss/__init__.py b/src/scanoss/__init__.py index 8530ab3a..cdd9d0c5 100644 --- a/src/scanoss/__init__.py +++ b/src/scanoss/__init__.py @@ -22,4 +22,4 @@ THE SOFTWARE. """ -__version__ = '1.28.2' +__version__ = '1.28.3'