diff --git a/CHANGELOG.md b/CHANGELOG.md index 76331b06..447f8d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [8.0.5] + +### Fixed +- optimization wrong service class use constant. + ## [8.0.4] ### Fixed @@ -571,6 +576,7 @@ Init setup [Unreleased]: https://github.com/infinum/eightshift-libs/compare/main...HEAD +[8.0.5]: https://github.com/infinum/eightshift-libs/compare/8.0.4...8.0.5 [8.0.4]: https://github.com/infinum/eightshift-libs/compare/8.0.3...8.0.4 [8.0.3]: https://github.com/infinum/eightshift-libs/compare/8.0.2...8.0.3 [8.0.2]: https://github.com/infinum/eightshift-libs/compare/8.0.1...8.0.2 diff --git a/src/Optimization/OptimizationExample.php b/src/Optimization/OptimizationExample.php index 48e9a7b2..85917606 100644 --- a/src/Optimization/OptimizationExample.php +++ b/src/Optimization/OptimizationExample.php @@ -10,7 +10,7 @@ namespace %g_namespace%\Optimization; -use EricssonVendor\EightshiftLibs\Services\ServiceInterface; +use %g_use_libs%\Services\ServiceInterface; /** * Class that modifies some administrator appearance