diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3be4c..680b39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.3.0] - 2024-10-21 + +### Added + +- Add `almalinux-devtoolset11` image ([#38](https://github.com/prebuild/docker-images/issues/38)) ([`7754d8b`](https://github.com/prebuild/docker-images/commit/7754d8b)) (Vincent Weevers) + ## [2.2.0] - 2024-02-02 ### Added @@ -44,6 +50,8 @@ _First (versioned) release._ +[2.3.0]: https://github.com/prebuild/docker-images/releases/tag/v2.3.0 + [2.2.0]: https://github.com/prebuild/docker-images/releases/tag/v2.2.0 [2.1.1]: https://github.com/prebuild/docker-images/releases/tag/v2.1.1 diff --git a/README.md b/README.md index c6dda3a..de92a16 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Images were previously hosted on Docker Hub. These are no longer updated: Update [`CHANGELOG.md`](CHANGELOG.md) according to [Common Changelog](https://common-changelog), for which you might like [`hallmark`](https://github.com/vweevers/hallmark) to pull commit messages into the changelog: ``` -hallmark bump minor +hallmark cc add minor ``` Tweak `CHANGELOG.md` as needed until `hallmark lint` is happy. Then commit, tag and push. For example: