diff --git a/CHANGELOG.md b/CHANGELOG.md index c5664e6..5818b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 3.1.5 - 2025-12-21 + +### What's Changed + +* feat: add english translate by @papac in https://github.com/bowphp/tintin/pull/83 +* Fix stack building where error when it made deep compilation by @papac in https://github.com/bowphp/tintin/pull/84 + +**Full Changelog**: https://github.com/bowphp/tintin/compare/3.1.4...3.1.5 + ## 3.0.0 - 2023-05-11 Change the core language diff --git a/composer.json b/composer.json index 35a64f0..2cd969d 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,9 @@ "spatie/phpunit-snapshot-assertions": "^4.2" }, "extra": { + "branch-alias": { + "dev-3.x-update-changelog": "3.x-dev" + }, "laravel": { "providers": [ "Tintin\\Laravel\\TintinServiceProvider"