From 85adf422b7e63a522c1dff41649460b6fee8c0a9 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 5 Jan 2024 10:01:56 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] --- CHANGELOG.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e66ed3..c169412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,35 @@ -# CHANGELOG +# [3.2.0](https://github.com/JellyBellyDev/ImageOrientationFix/compare/v3.1.0...3.2.0) (2024-01-05) -## v3.1.0 -- Replace CircleCi with GitHub Actions -- Add compatibility with PHP 8.0 -## v3.0.1 -- Replace TravisCI and Scrutinizer with CircleCi and Codecov -- Published docker image `jellybellydev/imageorientationfix:1.0` starting from file `.docker/php74/Dockerfile` +### Features -## v3.0.0 -⚠ BREAKING CHANGES -- Refactoring library to minor php version `7.4` +* **ci:** create release action ([429b2e1](https://github.com/JellyBellyDev/ImageOrientationFix/commit/429b2e1136a529a04bf460d5ad4b71f2f1ff94af)) -## v2.0.0 -⚠ BREAKING CHANGES -- Refactoring library to minor php version `7.1` -- Refactoring to `PSR-4` autoloading -- Removed unnecessary code for previous versions of php -- Improved README file -## v1.0.4 -- Fixup: remove version option by composer.json -## v1.0.3 -- Add CHANGELOG file +## [3.0.1](https://github.com/JellyBellyDev/ImageOrientationFix/compare/v3.0.0...v3.0.1) (2020-10-15) + + +### Bug Fixes + +* **ci:** configs ([8d4832a](https://github.com/JellyBellyDev/ImageOrientationFix/commit/8d4832a88ae74be3b10c0712d6d993a3bad51431)) +* **readme:** override badges circleci and codecov ([3f58f37](https://github.com/JellyBellyDev/ImageOrientationFix/commit/3f58f37e94f9950a311360da483a484bd2ba3abf)) + + +### Features + +* add cs-fixer checks in travis ([28ffaf1](https://github.com/JellyBellyDev/ImageOrientationFix/commit/28ffaf101c55e94fe6d138a1f3f27e624f6bbc28)) +* **ci:** add circleci and coverage. Remove trevis and scrutinazier. ([1d67506](https://github.com/JellyBellyDev/ImageOrientationFix/commit/1d675066befe1463da1e5e2301bdfcb476863396)) +* **engine:** refactoring library to minor php version 7.4 ([095e9f8](https://github.com/JellyBellyDev/ImageOrientationFix/commit/095e9f8935f28ca43664f2a88f29d27cd907ea6f)) +* improved readme, composer and changelog files ([91af74f](https://github.com/JellyBellyDev/ImageOrientationFix/commit/91af74fe213d779a0c6da38d268c3856976c2850)) + + + +## [1.0.4](https://github.com/JellyBellyDev/ImageOrientationFix/compare/v1.0.3...v1.0.4) (2018-07-10) + + + +## 1.0.1 (2018-02-27) -## v1.0.2 -- hotfix: do nothing if orientation cannot be determined -## v1.0.1 -- Varius bugfix and add scrutinizer -## v1.0.0 -- First stable version of the ImageOrientationFix library