File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This projects adheres to [ Semantic Versioning] ( https://semver.org/ ) and [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) .
5
5
6
+ ## [ 8.0.5]
7
+
8
+ ### Fixed
9
+ - optimization wrong service class use constant.
10
+
6
11
## [ 8.0.4]
7
12
8
13
### Fixed
@@ -571,6 +576,7 @@ Init setup
571
576
572
577
[ Unreleased ] : https://github.com/infinum/eightshift-libs/compare/main...HEAD
573
578
579
+ [ 8.0.5 ] : https://github.com/infinum/eightshift-libs/compare/8.0.4...8.0.5
574
580
[ 8.0.4 ] : https://github.com/infinum/eightshift-libs/compare/8.0.3...8.0.4
575
581
[ 8.0.3 ] : https://github.com/infinum/eightshift-libs/compare/8.0.2...8.0.3
576
582
[ 8.0.2 ] : https://github.com/infinum/eightshift-libs/compare/8.0.1...8.0.2
Original file line number Diff line number Diff line change 10
10
11
11
namespace %g_namespace %\Optimization ;
12
12
13
- use EricssonVendor \ EightshiftLibs \Services \ServiceInterface ;
13
+ use %g_use_libs% \Services \ServiceInterface ;
14
14
15
15
/**
16
16
* Class that modifies some administrator appearance
You can’t perform that action at this time.
0 commit comments