From da3ac3d31af5a61795c12169c026678223d8dc8f Mon Sep 17 00:00:00 2001 From: jisse Reitsma Date: Fri, 12 Feb 2021 16:51:12 +0100 Subject: [PATCH] Release --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82a1db..8b7efcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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). ## [Unreleased] + +## [0.10.2] - 12 February 2021 +### Fixed - Make sure wrong gallery images don't throw exception ## [0.10.1] - 11 February 2021 diff --git a/composer.json b/composer.json index dd18b3e..6fbdb1e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yireo/magento2-webp2", "license": "OSL-3.0", - "version": "0.10.1", + "version": "0.10.2", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/webp2", "description": "Magento 2 module to add WebP support to the Magento frontend",