From b03269e1be525734b791d20fa27a1d32c8495d92 Mon Sep 17 00:00:00 2001 From: Gerben Jongerius Date: Fri, 3 Jul 2026 19:46:39 +0200 Subject: [PATCH 1/2] Add release notes for version 5.1.11 Added release notes for version 5.1.11, including bug fixes and dependency updates. --- docs/_partials/release-notes/v5.x/v5.1.0.adoc | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/_partials/release-notes/v5.x/v5.1.0.adoc b/docs/_partials/release-notes/v5.x/v5.1.0.adoc index eb3c68b..6cb81c5 100644 --- a/docs/_partials/release-notes/v5.x/v5.1.0.adoc +++ b/docs/_partials/release-notes/v5.x/v5.1.0.adoc @@ -1,3 +1,33 @@ +== 5.1.11 + +*Release date: 2026-07-03* + +=== Bug fixes + +- Prevent failure when exporting a profile if a file token cannot be located on disk +- Fix CSV importer issues when importing larger files +- Fix an issue in the registration email template + +=== Dependency management + +==== Backend application + +- Update io.micronaut.platform:micronaut-platform to v5.0.2 +- Update plugin com.diffplug.spotless to v8.7.0 +- Update pl.allegro.tech.build.axion-release to v1.21.2 +- Update actions/checkout to v7 +- Update gradle to v9.6.0 + +==== Build tooling + +- Update electron to v42.5.0 +- Update electron-builder to v26.15.3 +- Update micronaut to v5 +- Update plugin io.micronaut.application to v5.0.2 +- Update ollama/ollama Docker image to v0.31.1 +- Update actions/checkout to v7 +- Update gradle to v9.6.0 + == 5.1.10 *Release date: 2026-05-20* From 2ae759ba7f089b894f8e9263051d10a8894e1389 Mon Sep 17 00:00:00 2001 From: Gerben Jongerius Date: Fri, 3 Jul 2026 19:47:18 +0200 Subject: [PATCH 2/2] Update release version and date in config --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 7445dd2..14e5051 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,8 @@ title: Pledger.io release: - version: 5.1.10 - date: 2026-05-20 + version: 5.1.11 + date: 2026-07-03 github: repository: pledger-io/user-documentation