From aa3f0a3f010def96239ab83b6a8cf88a19329e22 Mon Sep 17 00:00:00 2001 From: Anton Fedurtsya Date: Tue, 14 May 2024 21:29:47 +0300 Subject: [PATCH] Release v1.0.1 patch Signed-off-by: Anton Fedurtsya --- CHANGELOG.md | 7 +++++++ metadata.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c066d58..4c74a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v1.0.1] - 2024-05-14 + +### Changed +- Logo updated +- OXID Universal workflow used for ci + ## [v1.0.0] - 2024-03-17 ### Added @@ -30,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [v0.1.0] - 2024-02-10 +[v1.0.1]: https://github.com/Fresh-Advance/Sitemap/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/Fresh-Advance/Sitemap/compare/v0.2.0...v1.0.0 [v0.2.0]: https://github.com/Fresh-Advance/Sitemap/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/Fresh-Advance/Sitemap/compare/03839403...v0.1.0 diff --git a/metadata.php b/metadata.php index 2ed8e75..903f987 100644 --- a/metadata.php +++ b/metadata.php @@ -23,7 +23,7 @@ 'de' => 'Sitemap-Modul für OXID eShop.', ], 'thumbnail' => 'pictures/logo.png', - 'version' => '1.0.0', + 'version' => '1.0.1', 'author' => 'Anton Fedurtsya', 'email' => 'anton@fedurtsya.com', 'url' => '',