Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.4.0 #258

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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