From aee17c63b93c751183cd1e26c31fbde566f20181 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 7 Dec 2023 15:32:29 +0100 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 11 +++++++++++ composer.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e4de7..0fe7a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. +## [0.1.4](https://git/ep/team/compare/v0.1.3...v0.1.4) (2023-12-07) + +### Features + +* Calculate and store average rating with feedback ([a582f1](https://git/ep/team/commit/a582f149eb584d0e3df903844784aa55c07ba4f2)) +* Hide number of pending feedbacks when not applicable ([c011d7](https://git/ep/team/commit/c011d7e1cfd8a5953050a18c9d0c1f39a3709368)) +* Hotel manager dashboard ([794c40](https://git/ep/team/commit/794c40003bdce504294ae0a5a4f16c96ace905a1)) + + +--- + ## [0.1.3](https://git/ep/team/compare/v0.1.2...v0.1.3) (2023-12-06) ### Features diff --git a/composer.json b/composer.json index 115d429..a710ae0 100644 --- a/composer.json +++ b/composer.json @@ -127,5 +127,5 @@ "symfony/stopwatch": "6.4.*", "symfony/web-profiler-bundle": "6.4.*" }, - "version": "0.1.3" + "version": "0.1.4" } \ No newline at end of file