From 8833baca6d17ae58ae3c0d61158df8e0f194b38d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:43:56 +0300 Subject: [PATCH] chore(main): release benefit-backend 2.4.1 [skip azp] (#3447) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- backend/benefit/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84b673e345..b1185dce7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "backend/benefit": "2.4.0", + "backend/benefit": "2.4.1", "backend/kesaseteli": "1.10.1", "backend/tet": "1.3.1", "frontend/benefit/handler": "4.4.0", diff --git a/backend/benefit/CHANGELOG.md b/backend/benefit/CHANGELOG.md index ed72f6626c..23c51f8c41 100644 --- a/backend/benefit/CHANGELOG.md +++ b/backend/benefit/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.1](https://github.com/City-of-Helsinki/yjdh/compare/benefit-backend-v2.4.0...benefit-backend-v2.4.1) (2024-10-23) + + +### Bug Fixes + +* Resolve issues in alteration sum for the applicant (hl-1504 cont.) ([#3446](https://github.com/City-of-Helsinki/yjdh/issues/3446)) ([09ff6c0](https://github.com/City-of-Helsinki/yjdh/commit/09ff6c0cabc1c1aba1f6424e5f140344ff3d7753)) +* Use company.name instead of app.company_name ([#3449](https://github.com/City-of-Helsinki/yjdh/issues/3449)) ([2b697b3](https://github.com/City-of-Helsinki/yjdh/commit/2b697b320d1e41fccd1cc74f6e8d84e7215a58b5)) + ## [2.4.0](https://github.com/City-of-Helsinki/yjdh/compare/benefit-backend-v2.3.1...benefit-backend-v2.4.0) (2024-10-16)