From c5469d4316671b80481ea5dd14b2dc0f5b04d0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Thu, 1 Aug 2024 08:30:25 +0200 Subject: [PATCH] release 9.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eda44d2..941966fc 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/). +## [9.0.2] + +### Changed +- Changes visibility of the `registerServices()` class. + ## [9.0.1] ### Fixed @@ -619,6 +624,7 @@ Init setup [Unreleased]: https://github.com/infinum/eightshift-libs/compare/main...HEAD +[9.0.2]: https://github.com/infinum/eightshift-libs/compare/9.0.1...9.0.2 [9.0.1]: https://github.com/infinum/eightshift-libs/compare/9.0.0...9.0.1 [9.0.0]: https://github.com/infinum/eightshift-libs/compare/8.0.7...9.0.0 [8.0.7]: https://github.com/infinum/eightshift-libs/compare/8.0.6...8.0.7