From 000b116133f7889f5c78570c283b09d9c03a61ac Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Tue, 28 Jun 2022 09:18:59 -0500 Subject: [PATCH] 2.1.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2393d..e4113a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `laravel-ups` will be documented in this file +## v2.1.4 - 2022-06-28 +### Updated +- Store shipping labels in GIF format instead of PNG +- Use `imagerotate` instead of `Imagick` to rotate shipping labels + ## 2.1.3 - 2022-02-22 ### Updated - Add Laravel 9.* support - [#3](https://github.com/rawilk/laravel-ups/issues/3)