Skip to content

Commit 07400c8

Browse files
committed
updating libs
1 parent bcdf47b commit 07400c8

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
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).
55

6+
## [8.0.5]
7+
8+
### Fixed
9+
- optimization wrong service class use constant.
10+
611
## [8.0.4]
712

813
### Fixed
@@ -571,6 +576,7 @@ Init setup
571576

572577
[Unreleased]: https://github.com/infinum/eightshift-libs/compare/main...HEAD
573578

579+
[8.0.5]: https://github.com/infinum/eightshift-libs/compare/8.0.4...8.0.5
574580
[8.0.4]: https://github.com/infinum/eightshift-libs/compare/8.0.3...8.0.4
575581
[8.0.3]: https://github.com/infinum/eightshift-libs/compare/8.0.2...8.0.3
576582
[8.0.2]: https://github.com/infinum/eightshift-libs/compare/8.0.1...8.0.2

src/Optimization/OptimizationExample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace %g_namespace%\Optimization;
1212

13-
use EricssonVendor\EightshiftLibs\Services\ServiceInterface;
13+
use %g_use_libs%\Services\ServiceInterface;
1414

1515
/**
1616
* Class that modifies some administrator appearance

0 commit comments

Comments
 (0)