Skip to content

Commit

Permalink
updating libs
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jun 14, 2024
1 parent bcdf47b commit 07400c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Optimization/OptimizationExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07400c8

Please sign in to comment.