Skip to content

Commit af1d1d3

Browse files
committed
Changelog 0.6.14
1 parent a495e3b commit af1d1d3

File tree

8 files changed

+24
-12
lines changed

8 files changed

+24
-12
lines changed

.changelog/1001.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1002.trivial.md

Whitespace-only changes.

.changelog/1003.feature.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changelog/1005.trivial.md

Whitespace-only changes.

.changelog/1007.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/1009.trivial.md

Whitespace-only changes.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
major = 0
22
minor = 6
3-
patch = 13
3+
patch = 14

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,29 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 0.6.14 (2025-05-22)
16+
17+
### Features
18+
19+
- api/accounts: Mark accounts belonging to validators
20+
([#1003](https://github.com/oasisprotocol/nexus/issues/1003))
21+
22+
Two fields added to `/v1/consensus/accounts/{addr}` response:
23+
24+
- `entity_node_for`: The entity address, if this account is a
25+
node belonging to an entity.
26+
27+
- `entity`: The entity address, if this account *is* an entity. If present,
28+
this address should match the queried address `{addr}`.
29+
30+
- api/rofl_apps: Support filtering by metadata name fragment
31+
([#1007](https://github.com/oasisprotocol/nexus/issues/1007))
32+
33+
### Bug Fixes and Improvements
34+
35+
- analyzer/consensus: Ensure Node and Entity address preimages are stored
36+
([#1001](https://github.com/oasisprotocol/nexus/issues/1001))
37+
1538
## 0.6.13 (2025-05-19)
1639

1740
### Features

0 commit comments

Comments
 (0)