We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11df545 commit f467bc0Copy full SHA for f467bc0
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [2.2.4] - 2026-??-??
+## [2.2.4] - 2026-01-16
8
9
### FIXED
10
src/Module.php
@@ -16,5 +16,5 @@ class Module
16
{
17
public const MODULE_ID = 'osc-unzer';
18
public const GITHUB_NAME = 'OXID-eSales/unzer-module';
19
- public const MODULE_VERSION = '2.2.4-rc.1';
+ public const MODULE_VERSION = '2.2.4';
20
}
0 commit comments