Skip to content

Commit ef270e2

Browse files
committed
Add release notes for 4.1.0 and update config version
Include release notes for version 4.1.0 detailing changes, bug fixes, and dependency updates. Update `_config.yml` to reflect the new version and release date.
1 parent 2c83a13 commit ef270e2

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title: Pledger.io
22

33
release:
4-
version: 4.0.2
5-
date: 2025-02-21
4+
version: 4.1.0
5+
date: 2025-02-23
66

77
github:
88
repository: pledger-io/user-documentation

_release-notes/v4.x/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

2+
include::v4.1.0.adoc[]
23
include::v4.0.0.adoc[]

_release-notes/v4.x/v4.1.0.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
== 4.1.0
3+
4+
*Release date: 2025-02-23*
5+
6+
=== Changes
7+
8+
- Update the layout to work better on smaller devices like phones.
9+
- Add the code coverage measurements for the UI.
10+
11+
=== Bug fixes
12+
13+
- Hotfix transfer listing not working.
14+
- Fix an issue in the query for the daily balance.
15+
16+
=== Dependency updates
17+
18+
==== Front-end
19+
20+
- Update dependency eslint to v9.21.0
21+
- Update dependency tailwindcss to v4.0.8
22+
23+
==== Back-end
24+
25+
- Update dependency org.junit.jupiter:junit-jupiter-api to v5.12.0
26+

0 commit comments

Comments
 (0)