Skip to content

Commit

Permalink
Add release information to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eureka-cpu committed Oct 14, 2024
1 parent 4bdfa4b commit b25a952
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [0.2.1] - 2024-10-13

### Changed
* **Breaking**: `relay` was renamed to `bonsol-node`.
* **Breaking**: `relaykp.json` was renamed to `node_keypair.json`, and is no longer recognized by that name.
Expand All @@ -15,7 +17,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* **Breaking**: Proving and input resolution functionality was removed from `bonsol-sdk`, and placed in a new crate, `bonsol-prover`.
* Naming conventions across the board were updated in documentation accordingly.

## [0.2.0] - 2024-10-11

### Added
* A nix flake was added which brings with it a development environment and CI checks.
* A contributing guide was added to the docs, and linked to the README.md at the root of the project.
* Docker Cuda options enabled.

### Fixed
* Fixed a bug that used block height instead of slot on the cli to determing expiry, leading to short claim expiry.
* Fixed `libsodium`, cli fixes and docker harness.

0 comments on commit b25a952

Please sign in to comment.