Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Aug 21, 2024
1 parent 18d4fee commit 2559bea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Pumukit/PumukitVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class PumukitVersion
{
public const VERSION = '4.1.0-dev';
public const VERSION = '4.1.0';
}

0 comments on commit 2559bea

Please sign in to comment.