diff --git a/CHANGELOG.md b/CHANGELOG.md index ac734d2..f8f78c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [v0.4.0 (2024-06-24)](https://github.com/FrittenKeeZ/laravel-vouchers/compare/0.3.2...0.4.0) +## [v0.4.1 (2024-06-13)](https://github.com/FrittenKeeZ/laravel-vouchers/compare/0.4.0...0.4.1) + +### Changed +- Replaced PHP CS Fixer with Laravel Pint + +## [v0.4.0 (2024-06-12)](https://github.com/FrittenKeeZ/laravel-vouchers/compare/0.3.2...0.4.0) ### Added - Added support for Laravel 11 diff --git a/README.md b/README.md index 153890c..ac6470b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Packagist](https://img.shields.io/packagist/v/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](https://packagist.org/packages/frittenkeez/laravel-vouchers) [![Downloads](https://img.shields.io/packagist/dt/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](https://packagist.org/packages/frittenkeez/laravel-vouchers) [![License](https://img.shields.io/github/license/FrittenKeeZ/laravel-vouchers.svg?style=flat-square)](LICENSE) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/FrittenKeeZ/laravel-vouchers/tests.yml?branch=master)](https://github.com/FrittenKeeZ/laravel-vouchers/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/FrittenKeeZ/laravel-vouchers/workflow.yml?branch=master)](https://github.com/FrittenKeeZ/laravel-vouchers/actions) ## Table of Contents - [Installation](#installation)