Skip to content

Commit c4971c9

Browse files
committed
Update CHANGELOG for version 0.14.4
1 parent 3a5423a commit c4971c9

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,31 @@ gpg: Good signature from "Arkanoider <[email protected]>" [ultimate]
2121
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with `shasum -a 256 <filename>`, compare it with the corresponding one in the manifest file, and ensure they match exactly.
2222

2323

24-
## What's Changed in 0.14.3
24+
## What's Changed in 0.14.4
2525

2626
### 🚀 Features
2727

2828

29-
* committed cargo.toml with changelog.md
30-
* added local changelog.md file creation with cargo release
29+
* feat: used helper to get admin key ( if needed ) in all requested functions
30+
* add admin key display in execute_admin_add_solver command by [@AndreaDiazCorreia](https://github.com/AndreaDiazCorreia)
31+
* update admin key display message in take_dispute command by [@AndreaDiazCorreia](https://github.com/AndreaDiazCorreia)
32+
* rename NSEC_PRIVKEY to ADMIN_NSEC for clarity by [@AndreaDiazCorreia](https://github.com/AndreaDiazCorreia)
33+
* make NSEC_PRIVKEY optional, only required for admin commands by [@AndreaDiazCorreia](https://github.com/AndreaDiazCorreia)
3134

32-
### 🐛 Bug Fixes
35+
### 💼 Other
3336

3437

35-
* correct receiver of restore session message
38+
* refactor: Make ADMIN_NSEC optional and rename from NSEC_PRIVKEY by [@arkanoider](https://github.com/arkanoider) in [#149](https://github.com/MostroP2P/mostro-cli/pull/149)
3639

37-
**Full Changelog**: https://github.com/MostroP2P/mostro-cli/compare/v0.14.2...0.14.3
40+
### 🚜 Refactor
41+
42+
43+
* extract admin keys validation into helper function by [@AndreaDiazCorreia](https://github.com/AndreaDiazCorreia)
44+
45+
## Contributors
46+
* [@arkanoider](https://github.com/arkanoider) made their contribution in [#149](https://github.com/MostroP2P/mostro-cli/pull/149)
47+
* [@AndreaDiazCorreia](https://github.com/AndreaDiazCorreia) made their contribution
48+
49+
**Full Changelog**: https://github.com/MostroP2P/mostro-cli/compare/v0.14.3...0.14.4
3850

3951
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)