From 0a594e4d372ae6aa5e855e22dbee964aeba4fa7b Mon Sep 17 00:00:00 2001 From: Frederik Sauer Date: Thu, 13 Jun 2024 15:31:45 +0200 Subject: [PATCH] Updated readme and changelog --- CHANGELOG.md | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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)