From 5563ef35e7686f1860fbaffdb38581a0dee0e177 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 6 Jul 2024 00:41:43 +0200 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ lib/voxpupuli/release/version.rb | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09e442..3c457fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [v3.1.0](https://github.com/voxpupuli/voxpupuli-release/tree/v3.1.0) (2024-07-05) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.0.1...v3.1.0) + +**Implemented enhancements:** + +- Add Ruby 3.3 to CI [\#66](https://github.com/voxpupuli/voxpupuli-release/pull/66) ([bastelfreak](https://github.com/bastelfreak)) +- voxpupuli-rubocop: Update to 2.5.0 [\#65](https://github.com/voxpupuli/voxpupuli-release/pull/65) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- release:prep task: actually commit files [\#64](https://github.com/voxpupuli/voxpupuli-release/pull/64) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- voxpupuli-rubocop: Update to 2.8.0 [\#67](https://github.com/voxpupuli/voxpupuli-release/pull/67) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.0.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.0.1) (2023-10-05) [Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.0.0...v3.0.1) diff --git a/lib/voxpupuli/release/version.rb b/lib/voxpupuli/release/version.rb index 7cbf8c2..124d535 100644 --- a/lib/voxpupuli/release/version.rb +++ b/lib/voxpupuli/release/version.rb @@ -2,6 +2,6 @@ module Voxpupuli module Release - VERSION = '3.0.1' + VERSION = '3.1.0' end end