From ce7ec65a91798455e7867e937cbacd2e1ee2e4ab Mon Sep 17 00:00:00 2001 From: Agustin Isasmendi Date: Mon, 26 May 2025 10:26:11 +0200 Subject: [PATCH] chore(SP-2604): update to 0.11.0 --- CHANGELOG.md | 9 ++++++++- pom.xml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404edd0..c948863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upcoming changes... +## [0.11.0] - 2025-05-26 +### Added +- Path obfuscation and deobfuscation support for enhanced privacy +- CLI obfuscate option (`--obfuscate`) +- Additional Makefile targets for documentation and linting + ## [0.10.1] - 2025-02-20 ### Added - Add support to custom filtering rules @@ -115,4 +121,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.8.1]: https://github.com/scanoss/scanoss.java/compare/v0.8.0...v0.8.1 [0.9.0]: https://github.com/scanoss/scanoss.java/compare/v0.8.1...v0.9.0 [0.10.0]: https://github.com/scanoss/scanoss.java/compare/v0.9.0...v0.10.0 -[0.10.1]: https://github.com/scanoss/scanoss.java/compare/v0.10.0...v0.10.1 \ No newline at end of file +[0.10.1]: https://github.com/scanoss/scanoss.java/compare/v0.10.0...v0.10.1 +[0.11.0]: https://github.com/scanoss/scanoss.java/compare/v0.10.1...v0.11.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5711c29..ac0951f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.scanoss scanoss - 0.10.1 + 0.11.0 jar scanoss.java https://github.com/scanoss/scanoss.java