Skip to content

Commit 5dde610

Browse files
Merge #7371: chore: prepare v23.1.5 release
01640b9 chore: prepare v23.1.5 release (PastaClaw) Pull request description: ## Issue being fixed or feature implemented Prepare the `v23.1.x` branch for Dash Core v23.1.5. This release-prep PR is intentionally minimal. The v23.1.5 release notes only cover the commits after `9adc0b16f93d15fe065692cbe77f3950419db0cb` currently on `v23.1.x`. ## What was done? - Bumped the release version from v23.1.4 to v23.1.5 in `configure.ac`. - Added v23.1.5 to the Flatpak metainfo release list. - Regenerated manpages from freshly built v23.1.5 binaries. - Generated `contrib/debian/examples/dash.conf` with `contrib/devtools/gen-dash-conf.sh`. - Archived the current v23.1.4 release notes to `doc/release-notes/dash/release-notes-23.1.4.md`. - Replaced `doc/release-notes.md` with scoped v23.1.5 notes covering: - dash#7368: corrected the checkpoint hash for height 2487500. - dash#7369: updated v23.1.4 release notes wording. ## How Has This Been Tested? Validation performed locally: - `git diff --check` - Full-feature Linux container build (`--with-gui=qt5`, ZMQ, UPnP, NAT-PMP) of `dashd`, `dash-cli`, `dash-tx`, `dash-wallet`, `dash-util`, and `dash-qt`. - `contrib/devtools/gen-manpages.py` using the freshly built v23.1.5 binaries. - `contrib/devtools/gen-dash-conf.sh` using the freshly built v23.1.5 `dashd`. - `python3 test/lint/lint-whitespace.py` - `python3 test/lint/lint-files.py` - `python3 test/lint/lint-python.py` - Confirmed `doc/release-notes/dash/release-notes-23.1.4.md` is an exact copy of the previous `doc/release-notes.md` from `upstream/v23.1.x`. - Parsed `contrib/flatpak/org.dash.dash-core.metainfo.xml` with Python `xml.etree.ElementTree`. - Reviewed the post-`9adc0b16f93d15fe065692cbe77f3950419db0cb` commit range to keep the v23.1.5 notes scoped to the two minor changes requested. - Ran the mandatory pre-PR `code-review` gate: recommendation `ship`. The generated artifacts were rebuilt in an Ubuntu 24.04 container from the current PR head. ## Breaking Changes None. ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [x] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK 01640b9 Tree-SHA512: 102b2d979aebfe914c8a6759e1b00f44905991a0706179cd5b44012aee0a8f7fac05e8e913586c1e50c62bbe31d3c124303be9ee1f475655585e028b23b80be9
2 parents c6bd4d2 + 01640b9 commit 5dde610

10 files changed

Lines changed: 132 additions & 61 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
22
dnl Don't forget to push a corresponding tag when updating any of _CLIENT_VERSION_* numbers
33
define(_CLIENT_VERSION_MAJOR, 23)
44
define(_CLIENT_VERSION_MINOR, 1)
5-
define(_CLIENT_VERSION_BUILD, 4)
5+
define(_CLIENT_VERSION_BUILD, 5)
66
define(_CLIENT_VERSION_IS_RELEASE, true)
77
define(_COPYRIGHT_YEAR, 2026)
88
define(_COPYRIGHT_HOLDERS,[The %s developers])

contrib/flatpak/org.dash.dash-core.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</screenshot>
2222
</screenshots>
2323
<releases>
24+
<release date="2026-06-19" version="23.1.5"/>
2425
<release date="2026-06-13" version="23.1.4"/>
2526
<release date="2026-05-15" version="23.1.3"/>
2627
<release date="2026-03-12" version="23.1.2"/>

doc/man/dash-cli.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-CLI "1" "June 2026" "dash-cli v23.1.4" "User Commands"
2+
.TH DASH-CLI "1" "June 2026" "dash-cli v23.1.5" "User Commands"
33
.SH NAME
4-
dash-cli \- manual page for dash-cli v23.1.4
4+
dash-cli \- manual page for dash-cli v23.1.5
55
.SH SYNOPSIS
66
.B dash-cli
77
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Dash Core\/\fR
@@ -15,7 +15,7 @@ dash-cli \- manual page for dash-cli v23.1.4
1515
.B dash-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Dash Core RPC client version v23.1.4
18+
Dash Core RPC client version v23.1.5
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -162,4 +162,4 @@ The source code is available from <https://github.com/dashpay/dash>.
162162

163163
This is experimental software.
164164
Distributed under the MIT software license, see the accompanying file COPYING
165-
or <https://opensource.org/licenses/MIT>
165+
or <https://opensource.org/licenses/MIT>

doc/man/dash-qt.1

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-QT "1" "June 2026" "dash-qt v23.1.4" "User Commands"
2+
.TH DASH-QT "1" "June 2026" "dash-qt v23.1.5" "User Commands"
33
.SH NAME
4-
dash-qt \- manual page for dash-qt v23.1.4
4+
dash-qt \- manual page for dash-qt v23.1.5
55
.SH SYNOPSIS
66
.B dash-qt
77
[\fI\,command-line options\/\fR] [\fI\,URI\/\fR]
88
.SH DESCRIPTION
9-
Dash Core version v23.1.4
9+
Dash Core version v23.1.5
1010
.PP
1111
Optional URI is a Dash address in BIP21 URI format.
1212
.SH OPTIONS
@@ -25,9 +25,9 @@ message)
2525
If this block is in the chain assume that it and its ancestors are valid
2626
and potentially skip their script verification (0 to verify all,
2727
default:
28-
000000000000000718ed026ebd644a8b70b42d4cbd7b25304c066c9bf15f85b7,
28+
00000000000000119fe42827219e0686d3f7b494ae65f823194c740c5dbab492,
2929
testnet:
30-
000000a98084beaf77ed26a905a7d59979009e23367a55b5d634962d7d65a1f9,
30+
000000541a23f9db7411cddbe50f9f1ebd4aa7108ebdcad62214753f648c0239,
3131
devnet:
3232
0000000000000000000000000000000000000000000000000000000000000000)
3333
.HP
@@ -128,12 +128,12 @@ Do not keep transactions in the mempool longer than <n> hours (default:
128128
.HP
129129
\fB\-par=\fR<n>
130130
.IP
131-
Set the number of script verification threads (\fB\-14\fR to 15, 0 = auto, <0 =
131+
Set the number of script verification threads (\fB\-12\fR to 15, 0 = auto, <0 =
132132
leave that many cores free, default: 0)
133133
.HP
134134
\fB\-parbls=\fR<n>
135135
.IP
136-
Set the number of BLS verification threads (\fB\-14\fR to 33, 0 = auto, <0 =
136+
Set the number of BLS verification threads (\fB\-12\fR to 33, 0 = auto, <0 =
137137
leave that many cores free, default: 0)
138138
.HP
139139
\fB\-persistmempool\fR
@@ -881,7 +881,7 @@ is optional). If <category> is not supplied or if <category> = 1,
881881
output all debug and trace logging. <category> can be: addrman,
882882
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
883883
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
884-
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
884+
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, mempool,
885885
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
886886
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
887887
validation, walletdb, zmq. This option can be specified multiple
@@ -1172,7 +1172,7 @@ Set the font weight for bold texts. Possible range 0 to 8 (default: 4)
11721172
.HP
11731173
\fB\-font\-weight\-normal\fR
11741174
.IP
1175-
Set the font weight for normal texts. Possible range 0 to 8 (default: 1)
1175+
Set the font weight for normal texts. Possible range 0 to 8 (default: 2)
11761176
.HP
11771177
\fB\-lang=\fR<lang>
11781178
.IP
@@ -1203,4 +1203,4 @@ The source code is available from <https://github.com/dashpay/dash>.
12031203

12041204
This is experimental software.
12051205
Distributed under the MIT software license, see the accompanying file COPYING
1206-
or <https://opensource.org/licenses/MIT>
1206+
or <https://opensource.org/licenses/MIT>

doc/man/dash-tx.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-TX "1" "May 2026" "dash-tx v23.1.3" "User Commands"
2+
.TH DASH-TX "1" "June 2026" "dash-tx v23.1.5" "User Commands"
33
.SH NAME
4-
dash-tx \- manual page for dash-tx v23.1.3
4+
dash-tx \- manual page for dash-tx v23.1.5
55
.SH SYNOPSIS
66
.B dash-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
88
.br
99
.B dash-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
1111
.SH DESCRIPTION
12-
Dash Core dash\-tx utility version v23.1.3
12+
Dash Core dash\-tx utility version v23.1.5
1313
.SH OPTIONS
1414
.HP
1515
\-?
@@ -119,4 +119,4 @@ The source code is available from <https://github.com/dashpay/dash>.
119119

120120
This is experimental software.
121121
Distributed under the MIT software license, see the accompanying file COPYING
122-
or <https://opensource.org/licenses/MIT>
122+
or <https://opensource.org/licenses/MIT>

doc/man/dash-util.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-UTIL "1" "June 2026" "dash-util v23.1.4" "User Commands"
2+
.TH DASH-UTIL "1" "June 2026" "dash-util v23.1.5" "User Commands"
33
.SH NAME
4-
dash-util \- manual page for dash-util v23.1.4
4+
dash-util \- manual page for dash-util v23.1.5
55
.SH SYNOPSIS
66
.B dash-util
77
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
88
.SH DESCRIPTION
9-
Dash Core dash\-util utility version v23.1.4
9+
Dash Core dash\-util utility version v23.1.5
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -47,4 +47,4 @@ The source code is available from <https://github.com/dashpay/dash>.
4747

4848
This is experimental software.
4949
Distributed under the MIT software license, see the accompanying file COPYING
50-
or <https://opensource.org/licenses/MIT>
50+
or <https://opensource.org/licenses/MIT>

doc/man/dash-wallet.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-WALLET "1" "June 2026" "dash-wallet v23.1.4" "User Commands"
2+
.TH DASH-WALLET "1" "June 2026" "dash-wallet v23.1.5" "User Commands"
33
.SH NAME
4-
dash-wallet \- manual page for dash-wallet v23.1.4
4+
dash-wallet \- manual page for dash-wallet v23.1.5
55
.SH DESCRIPTION
6-
Dash Core dash\-wallet version v23.1.4
6+
Dash Core dash\-wallet version v23.1.5
77
.PP
88
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
99
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
@@ -109,4 +109,4 @@ The source code is available from <https://github.com/dashpay/dash>.
109109

110110
This is experimental software.
111111
Distributed under the MIT software license, see the accompanying file COPYING
112-
or <https://opensource.org/licenses/MIT>
112+
or <https://opensource.org/licenses/MIT>

doc/man/dashd.1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASHD "1" "June 2026" "dashd v23.1.4" "User Commands"
2+
.TH DASHD "1" "June 2026" "dashd v23.1.5" "User Commands"
33
.SH NAME
4-
dashd \- manual page for dashd v23.1.4
4+
dashd \- manual page for dashd v23.1.5
55
.SH SYNOPSIS
66
.B dashd
77
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
88
.SH DESCRIPTION
9-
Dash Core version v23.1.4
9+
Dash Core version v23.1.5
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -23,9 +23,9 @@ message)
2323
If this block is in the chain assume that it and its ancestors are valid
2424
and potentially skip their script verification (0 to verify all,
2525
default:
26-
000000000000000718ed026ebd644a8b70b42d4cbd7b25304c066c9bf15f85b7,
26+
00000000000000119fe42827219e0686d3f7b494ae65f823194c740c5dbab492,
2727
testnet:
28-
000000a98084beaf77ed26a905a7d59979009e23367a55b5d634962d7d65a1f9,
28+
000000541a23f9db7411cddbe50f9f1ebd4aa7108ebdcad62214753f648c0239,
2929
devnet:
3030
0000000000000000000000000000000000000000000000000000000000000000)
3131
.HP
@@ -126,12 +126,12 @@ Do not keep transactions in the mempool longer than <n> hours (default:
126126
.HP
127127
\fB\-par=\fR<n>
128128
.IP
129-
Set the number of script verification threads (\fB\-14\fR to 15, 0 = auto, <0 =
129+
Set the number of script verification threads (\fB\-12\fR to 15, 0 = auto, <0 =
130130
leave that many cores free, default: 0)
131131
.HP
132132
\fB\-parbls=\fR<n>
133133
.IP
134-
Set the number of BLS verification threads (\fB\-14\fR to 33, 0 = auto, <0 =
134+
Set the number of BLS verification threads (\fB\-12\fR to 33, 0 = auto, <0 =
135135
leave that many cores free, default: 0)
136136
.HP
137137
\fB\-persistmempool\fR
@@ -879,7 +879,7 @@ is optional). If <category> is not supplied or if <category> = 1,
879879
output all debug and trace logging. <category> can be: addrman,
880880
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
881881
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
882-
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
882+
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, mempool,
883883
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
884884
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
885885
validation, walletdb, zmq. This option can be specified multiple
@@ -1152,4 +1152,4 @@ The source code is available from <https://github.com/dashpay/dash>.
11521152

11531153
This is experimental software.
11541154
Distributed under the MIT software license, see the accompanying file COPYING
1155-
or <https://opensource.org/licenses/MIT>
1155+
or <https://opensource.org/licenses/MIT>

doc/release-notes.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Dash Core version v23.1.4
1+
# Dash Core version v23.1.5
22

3-
This is a new patch version release, bringing performance improvements and bug fixes.
3+
This is a new patch version release, bringing bug fixes.
44
This release is **optional** for all nodes, although recommended.
55

66
Please report bugs using the issue tracker at GitHub:
@@ -25,40 +25,23 @@ require a reindex.
2525

2626
# Release Notes
2727

28-
## Notable changes
29-
- Asset lock transactions that Dash Platform cannot process are now treated as
30-
non-standard, so they are no longer relayed across the network.
31-
This covers asset locks with more than 100 inputs, or larger than 20480 bytes,
32-
and those using the v2 payload (for post-v24 release), protecting users from
33-
creating oversized asset locks that could result in lost funds.
34-
Such transactions remain valid for consensus if mined into a block (dash#7359).
35-
3628
## Bug Fixes
3729

38-
- Reject two ProRegTx/ProUpServTx with the same Platform node ID from being
39-
present in the mempool simultaneously.
40-
- Compilation fix for some compilers due to invalid final mark (dash#7317).
30+
- Corrected the checkpoint hash for height 2487500 (dash#7368).
4131

42-
## Performance Improvements
32+
## Documentation
4333

44-
- Reduced lock contention when penalizing peers for invalid transactions,
45-
improving networking responsiveness under load (dash#7332).
46-
- Made header sync almost twice as fast by optimization of low-level math
47-
primitives (dash#7352).
48-
- Avoid re-validation of EHF signals during block connect. This also prevents
49-
a potential assertion crash during large blockchain re-organizations when a
50-
buried fork is re-validated in `BlockUndo`.
51-
- Early bail-out for invalid oversized llmq messages.
34+
- Updated the v23.1.4 release notes intro and wording (dash#7369).
5235

53-
# v23.1.4 Change log
36+
# v23.1.5 Change log
5437

5538
See detailed [set of changes][set-of-changes].
5639

5740
# Credits
5841

5942
Thanks to everyone who directly contributed to this release:
6043

61-
- Konstantin Akimov
44+
- PastaClaw
6245

6346
As well as everyone that submitted issues, reviewed pull requests and helped
6447
debug the release candidates.
@@ -67,6 +50,7 @@ debug the release candidates.
6750

6851
These releases are considered obsolete. Old release notes can be found here:
6952

53+
- [v23.1.4](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.4.md) released Jun/18/2026
7054
- [v23.1.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.3.md) released May/28/2026
7155
- [v23.1.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.2.md) released Mar/12/2026
7256
- [v23.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.0.md) released Feb/15/2026
@@ -83,4 +67,4 @@ These releases are considered obsolete. Old release notes can be found here:
8367
- [v21.0.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-21.0.0.md) released Jul/25/2024
8468
- [v20.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-20.1.1.md) released April/3/2024
8569

86-
[set-of-changes]: https://github.com/dashpay/dash/compare/v23.1.3...dashpay:v23.1.4
70+
[set-of-changes]: https://github.com/dashpay/dash/compare/9adc0b16f93d15fe065692cbe77f3950419db0cb...dashpay:v23.1.5
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Dash Core version v23.1.4
2+
3+
This is a new patch version release, bringing performance improvements and bug fixes.
4+
This release is **optional** for all nodes, although recommended.
5+
6+
Please report bugs using the issue tracker at GitHub:
7+
8+
<https://github.com/dashpay/dash/issues>
9+
10+
# Upgrading and downgrading
11+
12+
## How to Upgrade
13+
14+
If you are running an older version, shut it down. Wait until it has completely
15+
shut down (which might take a few minutes for older versions), then run the
16+
installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or
17+
dashd/dash-qt (on Linux).
18+
19+
## Downgrade warning
20+
21+
### Downgrade to a version < v23.0.0
22+
23+
Downgrading to a version older than v23.0.0 is not supported, and will
24+
require a reindex.
25+
26+
# Release Notes
27+
28+
## Notable changes
29+
- Asset lock transactions that Dash Platform cannot process are now treated as
30+
non-standard, so they are no longer relayed across the network.
31+
This covers asset locks with more than 100 inputs, or larger than 20480 bytes,
32+
and those using the v2 payload (for post-v24 release), protecting users from
33+
creating oversized asset locks that could result in lost funds.
34+
Such transactions remain valid for consensus if mined into a block (dash#7359).
35+
36+
## Bug Fixes
37+
38+
- Reject two ProRegTx/ProUpServTx with the same Platform node ID from being
39+
present in the mempool simultaneously.
40+
- Compilation fix for some compilers due to invalid final mark (dash#7317).
41+
42+
## Performance Improvements
43+
44+
- Reduced lock contention when penalizing peers for invalid transactions,
45+
improving networking responsiveness under load (dash#7332).
46+
- Made header sync almost twice as fast by optimization of low-level math
47+
primitives (dash#7352).
48+
- Avoid re-validation of EHF signals during block connect. This also prevents
49+
a potential assertion crash during large blockchain re-organizations when a
50+
buried fork is re-validated in `BlockUndo`.
51+
- Early bail-out for invalid oversized llmq messages.
52+
53+
# v23.1.4 Change log
54+
55+
See detailed [set of changes][set-of-changes].
56+
57+
# Credits
58+
59+
Thanks to everyone who directly contributed to this release:
60+
61+
- Konstantin Akimov
62+
63+
As well as everyone that submitted issues, reviewed pull requests and helped
64+
debug the release candidates.
65+
66+
# Older releases
67+
68+
These releases are considered obsolete. Old release notes can be found here:
69+
70+
- [v23.1.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.3.md) released May/28/2026
71+
- [v23.1.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.2.md) released Mar/12/2026
72+
- [v23.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.1.0.md) released Feb/15/2026
73+
- [v23.0.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.0.2.md) released Dec/4/2025
74+
- [v23.0.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-23.0.0.md) released Nov/10/2025
75+
- [v22.1.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-22.1.3.md) released Jul/15/2025
76+
- [v22.1.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-22.1.2.md) released Apr/15/2025
77+
- [v22.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-22.1.1.md) released Feb/17/2025
78+
- [v22.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-22.1.0.md) released Feb/10/2025
79+
- [v22.0.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-22.0.0.md) released Dec/12/2024
80+
- [v21.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-21.1.1.md) released Oct/22/2024
81+
- [v21.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-21.1.0.md) released Aug/8/2024
82+
- [v21.0.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-21.0.2.md) released Aug/1/2024
83+
- [v21.0.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-21.0.0.md) released Jul/25/2024
84+
- [v20.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-20.1.1.md) released April/3/2024
85+
86+
[set-of-changes]: https://github.com/dashpay/dash/compare/v23.1.3...dashpay:v23.1.4

0 commit comments

Comments
 (0)