Skip to content

Commit

Permalink
changelog (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastereng12 authored Sep 25, 2024
1 parent c472fb1 commit 74e8a12
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!--
Key Principles
• Human-Friendly: Changelogs are written for humans, not machines.
• Comprehensive: Every version should have an entry.
• Categorized: Group similar types of changes together.
• Linkable: Versions and sections should be easily linkable.
• Chronological: The latest version appears first.
• Dated: Each version's release date is displayed.
• Versioning: Indicate if Semantic Versioning is followed.
Instructions
Add changelog entries to the Unreleased section under the appropriate category. Each entry must include a tag and the GitHub PR reference in the following format:
* #<PR-number> message
• Tag: Indicates where the change is made (e.g., (core), (ui)).
• Issue Number: Will be linked during the release process, no need to manually add links.
Change Categories
• New Features: For newly added features.
• Enhancements: For improvements in existing functionality.
• Deprecations: For features that will be removed in the future.
• Fixes: For bug fixes.
• Breaking Changes: For changes that break backward compatibility.
-->

## Unreleased

### Features

* [#144](https://github.com/Lagrange-Labs/lsc-client-cli/pull/144) Add the command to generate the config of Signer.

* [#143](https://github.com/Lagrange-Labs/lsc-client-cli/pull/143) Add the script to generate the TLS certificates.

### Enhancements

### Fixes

### Breaking Changes

## [v1.0.0](https://github.com/Lagrange-Labs/lsc-client-cli/releases/tag/v1.1.0) *2024-07-30*

### Features

* [#124](https://github.com/Lagrange-Labs/lsc-client-cli/pull/124) Add the command to spin up the signer gRPC server.

* [#120](https://github.com/Lagrange-Labs/lsc-client-cli/pull/120) Add the command to config and deploy the bulk nodes.

### Enhancements

### Fixes

0 comments on commit 74e8a12

Please sign in to comment.