From 2559bea8658d2bf2373341a7e9e7366edc9788e4 Mon Sep 17 00:00:00 2001 From: Pablo Ogando Ferreira Date: Wed, 21 Aug 2024 10:59:38 +0200 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- composer.lock | 2 +- src/Pumukit/PumukitVersion.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50125388..a54792244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) To get the diff for a specific change, go to https://github.com/pumukit/PuMuKIT/commit/XXX where XXX is the change hash. To get the diff between two versions, go to https://github.com/pumukit/PuMuKIT/compare/3.0.0...3.1.x. +## [4.1.0](https://github.com/pumukit/PuMuKIT/compare/4.0.0...4.1.0) - (2023-07-04) + +#### Fixed +- Reported issues + ## [4.0.0](https://github.com/pumukit/PuMuKIT/compare/3.9.0...4.0.0) - (2023-07-04) #### Added diff --git a/composer.json b/composer.json index e4f3b361d..254a3387a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "pumukit/pumukit", "license": "AGPL-3.0-or-later", - "version": "4.1.x-dev", + "version": "4.1.0", "type": "project", "description": "Media Portal", "require": { diff --git a/composer.lock b/composer.lock index 8bedbf199..3dd352929 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2c8f51cd4bec7483e732f3de93fbe799", + "content-hash": "342cc8bea2124b00700818803ee8b3ff", "packages": [ { "name": "ankitpokhrel/tus-php", diff --git a/src/Pumukit/PumukitVersion.php b/src/Pumukit/PumukitVersion.php index 0bd7263cd..81304d400 100644 --- a/src/Pumukit/PumukitVersion.php +++ b/src/Pumukit/PumukitVersion.php @@ -6,5 +6,5 @@ class PumukitVersion { - public const VERSION = '4.1.0-dev'; + public const VERSION = '4.1.0'; }