Skip to content

Latest commit

 

History

History
146 lines (75 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

146 lines (75 loc) · 5.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.11.0 - 2024-05-18

Added

Changed

  • Update CLI to v1.11 (#45)

Fixed

  • Fix typos in README.md (#44)

v1.10.0 - 2023-11-25

Added

  • Upgrade CLI to Support PHP 8.3 (#42)

Changed

  • Update README with new versions of actions/checkout and git-auto-commit-action (#41)

v1.9.1 - 2023-08-01

Fixed

  • Upgrade changelog-updater CLI to latest version (#38)

v1.9.1 - 2023-08-01

Fixed

  • Upgrade changelog-updater CLI to latest version (#38)

v1.9.0 - 2023-07-02

Added

  • Add support for new --parse-github-usernames option (#36)

v1.8.0 - 2023-05-29

Added

  • Add hide-release-date option (#33)

v1.7.0 - 2023-04-22

Added

  • Upgrade CLI to v1.7.0 (#31)

v1.6.2 - 2022-10-24

Note: v1.6.1 has been skipped to be in sync with the versions of the CLI.

Changed

  • Update Action to use latest CLI version (#26)

v1.6.0 - 2022-05-28

Added

  • Add --heading-text option to manipulate heading text (#27)
  • Shift Headings of Release Notes to always be at least level 3 headings (#24)

Fixed

  • Abort and show Error Message when Release Notes could not be placed (#23)

v1.5.0 - 2022-03-20

Added

  • Add RELEASE_URL_FRAGMENT output (#17)

v1.4.1 - 2022-03-20

Fixed

  • Fix detection of empty release notes (#16)

v1.4.0 - 2022-03-19

Added

  • Upgrade CLI to v.1.4.0 (#15)

v1.3.0 - 2022-02-09

Changed

  • Upgrade CLI to v1.3.0 (#9)

v1.2.3 - 2022-02-09

Fixed

  • Upgrade underlying CLI to v1.2.2 (#8)

v1.2.2 - 2022-02-01

Fix

  • Fix broken CLI binary

v1.2.1 - 2022-02-01

Fixed

  • Fix entrypoint.sh file

v1.2.0 - 2022-02-01

Added

  • Upgrade CLI and use --compare-url-target-revision option (#7)

v1.1.1 - 2021-11-25

Fixed

  • Update changelog-updater CLI to v1.1.1 to fix issue with escaped code blocks (#4)

v1.1.0 - 2021-11-07

Changed

  • Update changelog-updater CLI to v1.1.0 and update README (#2)

v1.0.0 - 2021-08-14

  • Initial Release