Skip to content

Commit

Permalink
docs(changelog): version 1.4.1 [citest skip] (#206)
Browse files Browse the repository at this point in the history
Create changelog update and release for version 1.4.1

Signed-off-by: Sergei Petrosian <[email protected]>
  • Loading branch information
spetrosi authored Jun 12, 2023
1 parent 475bd74 commit 3a5a117
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
=========

[1.4.1] - 2023-06-12
--------------------

### Bug Fixes

- fix: Remove outdated and confusing mssql_enable_ha variable (#204)

It has a very limited functionality, the proper HA functionality is available with the mssql_ha_configure variable

### Other Changes

- tests: Keep cache in cleanup and rename for consistency (#203)

- ci: Add pull request template and run commitlint on PR title only (#205)

We now ensure the conventional commits format only on PR titles and not on
commits to let developers keep commit messages targeted for other developers
i.e. describe actual changes to code that users should not care about.
And PR titles, on the contrary, must be aimed at end users.

For more info, see
https://linux-system-roles.github.io/contribute.html#write-a-good-pr-title-and-description

Signed-off-by: Sergei Petrosian <[email protected]>


[1.4.0] - 2023-05-31
--------------------

Expand Down

0 comments on commit 3a5a117

Please sign in to comment.