Skip to content

Commit

Permalink
Release v1.4.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea authored Jan 10, 2024
1 parent 33e29bc commit 2b9c14d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b9c14d

Please sign in to comment.