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