From f97f3e1aa31fc6ed18ad7cdf7c137856b097e61c Mon Sep 17 00:00:00 2001 From: Matthias Fey Date: Thu, 12 Oct 2023 10:22:14 +0200 Subject: [PATCH 1/2] Bump up version (#8182) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642912ed4099..81b7608caf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [2.4.0] - 2023-MM-DD +## [2.5.0] - 2023-MM-DD + +### Added + +### Changed + +### Removed + +## [2.4.0] - 2023-10-12 ### Added From 737707c37fc2bd712a2289b683ec14549926ff49 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Thu, 12 Oct 2023 18:23:19 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md (#8183) Adds all types of changes suggested by https://keepachangelog.com/en/1.1.0/: > Types of changes > - `Added` for new features. > - `Changed` for changes in existing functionality. > - `Deprecated` for soon-to-be removed features. > - `Removed` for now removed features. > - `Fixed` for any bug fixes. > - `Security` in case of vulnerabilities. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b7608caf97..cfeda9c533a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Changed +### Deprecated + ### Removed +### Fixed + ## [2.4.0] - 2023-10-12 ### Added