From 09da55e103906b73b89e16b120be3c735de0adba Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Fri, 1 Mar 2024 13:24:52 +0100 Subject: [PATCH] bump changelog for release 2.0.1 --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d480dce..2c412e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [2.0.1] - 2024-03-01 ### Fixed - fix usage of deprecated getMockBuilder by createMock - fix phpcs use statements should be sorted alphabetically - Issue #3373568 by nitin_lama, roshni27, aayushmankotia, Satish_kumar, wengerk @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - init module -[Unreleased]: https://github.com/antistatique/drupal-timesup/compare/2.0.0...HEAD +[Unreleased]: https://github.com/antistatique/drupal-timesup/compare/2.0.1...HEAD +[2.0.1]: https://github.com/antistatique/drupal-timesup/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/antistatique/drupal-timesup/compare/8.x-1.1...2.0.0 [1.1.0]: https://github.com/antistatique/drupal-timesup/compare/8.x-1.0...8.x-1.1 [1.0.0]: https://github.com/antistatique/drupal-timesup/compare/8.x-1.0-alpha1...8.x-1.0 diff --git a/README.md b/README.md index 892f276..d0f38b9 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Provides cache-tags to deal with time sensitive data. -| Test-CI | Style-CI | Downloads | Releases | -|:----------------------:|:-----------------------:|:-----------------------:|:------------------------:| -| [![Build Status](https://github.com/antistatique/drupal-timesup/actions/workflows/ci.yml/badge.svg)](https://github.com/antistatique/drupal-timesup/actions/workflows/ci.yml) | [![Code styles](https://github.com/antistatique/drupal-timesup/actions/workflows/styles.yml/badge.svg)](https://github.com/antistatique/drupal-timesup/actions/workflows/styles.yml) | [![Downloads](https://img.shields.io/badge/downloads-8.x--1.0-green.svg?style=flat-square)](https://ftp.drupal.org/files/projects/timesup-8.x-1.0.tar.gz) | [![Latest Stable Version](https://img.shields.io/badge/release-v1.0-blue.svg?style=flat-square)](https://www.drupal.org/project/timesup/releases) | +| Test-CI | Style-CI | Downloads | Releases | +|:----------------------:|:-----------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------:| +| [![Build Status](https://github.com/antistatique/drupal-timesup/actions/workflows/ci.yml/badge.svg)](https://github.com/antistatique/drupal-timesup/actions/workflows/ci.yml) | [![Code styles](https://github.com/antistatique/drupal-timesup/actions/workflows/styles.yml/badge.svg)](https://github.com/antistatique/drupal-timesup/actions/workflows/styles.yml) | [![Downloads](https://img.shields.io/badge/downloads-2.0.1-green.svg?style=flat-square)](https://ftp.drupal.org/files/projects/timesup-2.0.1.tar.gz) | [![Latest Stable Version](https://img.shields.io/badge/release-v2.0.1-blue.svg?style=flat-square)](https://www.drupal.org/project/timesup/releases) | ## You need Times'up if