Skip to content

Commit 589259c

Browse files
committed
chore:Upgrades app version to v1.28.3
1 parent fae200e commit 589259c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

12+
## [1.28.3] - 2025-07-14
13+
### Fixed
14+
- Fixed scanoss.json ingestion
15+
### Added
16+
- Added support for exclude parameter from scanoss.json file during scanning
17+
1218
## [1.28.2] - 2025-07-14
1319
### Fixed
1420
- Fix CycloneDX format when license id is None

src/scanoss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.28.2'
25+
__version__ = '1.28.3'

0 commit comments

Comments
 (0)