<!-- Release notes generated using configuration in .github/release.yml at v6.2.3 -->
What's Changed
Bug fixes
* Fix problems with resolution of git.properties by giving it a unique name by johngrimes in https://github.com/aehrc/pathling/pull/1505
* Implemented aliasing of the literal value columns. by piotrszul in https://github.com/aehrc/pathling/pull/1499
* Create library runtime jar by piotrszul in https://github.com/aehrc/pathling/pull/1510
Important note
The recommended Maven artifact to use when installing Pathling as a Spark Package has changed from `library-api` to `library-runtime`. This new artifact is a shaded JAR, built to help address problems caused by classpath conflicts between cluster and Pathling dependencies.
Please review the instructions for installing Pathling to [Databricks](https://pathling.csiro.au/docs/libraries/installation/databricks) or [your own cluster](https://pathling.csiro.au/docs/libraries/installation/spark).
**Full Changelog**: https://github.com/aehrc/pathling/compare/v6.2.2...v6.2.3