From 7b842424682c3d02f0675601600bd1ed55f0fe66 Mon Sep 17 00:00:00 2001 From: "intility-release-bot[bot]" <175299729+intility-release-bot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:26:55 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index af718e5..ef19757 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.4.0"} +{".":"1.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1c43b..ebfff3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/intility/reusable-elixir/compare/v1.4.0...v1.5.0) (2026-02-12) + + +### Features + +* **release:** add optional image-name input ([86d8d36](https://github.com/intility/reusable-elixir/commit/86d8d360be2ccabcc1a01ed5888f3367c6f841a5)) +* **release:** add optional image-name input ([73bcd0a](https://github.com/intility/reusable-elixir/commit/73bcd0a9ed711f5313691fa370237ae9a5e85a4a)) + + +### Bug Fixes + +* **ci:** correct pinned SHA for actions/deploy-pages v4.0.5 ([d95aefc](https://github.com/intility/reusable-elixir/commit/d95aefc356af74c7f563cca427ea71d4c2047369)) + ## [1.4.0](https://github.com/intility/reusable-elixir/compare/v1.3.0...v1.4.0) (2026-02-10)