Skip to content

Commit

Permalink
Update Changelog For New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Feb 8, 2025
1 parent 6a972b5 commit c80041b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com)
and this project adheres to [Semantic Versioning](https://semver.org).

# TBD - 1.29.10
# 2025-02-07 - 1.29.10

### Changed

Expand Down

0 comments on commit c80041b

Please sign in to comment.