From 11788e3291481115121c0f441a4f18c756f3a976 Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Wed, 10 Jan 2024 13:36:46 +0100 Subject: [PATCH] Release v1.4.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- Rakefile | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8902fab9..5d811835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,32 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. -## [1.3.0](https://github.com/betadots/hdm/tree/1.3.0) (2023-12-08) +## [1.4.0](https://github.com/betadots/hdm/tree/1.4.0) (2024-01-10) -[Full Changelog](https://github.com/betadots/hdm/compare/v1.2.0...1.3.0) +[Full Changelog](https://github.com/betadots/hdm/compare/v1.3.0...1.4.0) + +**Fixed bugs:** + +- fix setting hostname and port [\#257](https://github.com/betadots/hdm/pull/257) ([tuxmea](https://github.com/tuxmea)) + +**Closed issues:** + +- Update Screenshots [\#222](https://github.com/betadots/hdm/issues/222) + +**Merged pull requests:** + +- Correct the CMD syntax [\#256](https://github.com/betadots/hdm/pull/256) ([tuxmea](https://github.com/tuxmea)) +- Bump rubocop-rails from 2.22.2 to 2.23.0 [\#240](https://github.com/betadots/hdm/pull/240) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rubocop-performance from 1.19.1 to 1.20.0 [\#239](https://github.com/betadots/hdm/pull/239) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump github/codeql-action from 2 to 3 [\#238](https://github.com/betadots/hdm/pull/238) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rspec-openapi from 0.9.0 to 0.10.0 [\#237](https://github.com/betadots/hdm/pull/237) ([dependabot[bot]](https://github.com/apps/dependabot)) +- add search screenshots [\#236](https://github.com/betadots/hdm/pull/236) ([tuxmea](https://github.com/tuxmea)) +- Screenshots [\#235](https://github.com/betadots/hdm/pull/235) ([tuxmea](https://github.com/tuxmea)) +- how to release documentation [\#233](https://github.com/betadots/hdm/pull/233) ([tuxmea](https://github.com/tuxmea)) + +## [v1.3.0](https://github.com/betadots/hdm/tree/v1.3.0) (2023-12-08) + +[Full Changelog](https://github.com/betadots/hdm/compare/v1.2.0...v1.3.0) **Implemented enhancements:** diff --git a/Rakefile b/Rakefile index bd8850d3..5f7a284a 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ begin config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog} config.user = 'betadots' config.project = 'hdm' - config.future_release = '1.3.0' + config.future_release = '1.4.0' end # Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715