Skip to content

Commit c80041b

Browse files
committed
Update Changelog For New Release
1 parent 6a972b5 commit c80041b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install locales
29-
run: sudo apt-get install -y language-pack-fr language-pack-de
29+
run: sudo apt-get update && sudo apt-get install -y language-pack-fr language-pack-de
3030

3131
- name: Setup PHP, with composer and extensions
3232
uses: shivammathur/setup-php@v2

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8-
# TBD - 1.29.10
8+
# 2025-02-07 - 1.29.10
99

1010
### Changed
1111

0 commit comments

Comments
 (0)