Skip to content

Commit

Permalink
docs: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 2, 2023
1 parent e5cc39b commit cba7c3f
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.0] - 2023-08-02
### Added
- Added new reject reason for larger payloads on the server-manager

### Changed
- Renamed fields in output validity proof in server-manager interface
- Updated license/copyright notice in all source code

### Fixed
- Fixed typos on the server-manager documentation

## [0.13.0] - 2023-07-13
### Changed
- Renamed fields in output validity proof in server-manager interface
- Adjusted server manager documentation

### Fixed
- Fixed build of machine-manager with uarch

## [0.12.0] - 2023-04-28
### Changed
- Changed processed input count in finish epoch request
Expand Down Expand Up @@ -60,7 +75,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [0.1.2]
- [0.1.1]

[Unreleased]: https://github.com/cartesi/grpc-interfaces/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/cartesi/grpc-interfaces/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/cartesi/grpc-interfaces/releases/tag/v0.14.0
[0.13.0]: https://github.com/cartesi/grpc-interfaces/releases/tag/v0.13.0
[0.12.0]: https://github.com/cartesi/grpc-interfaces/releases/tag/v0.12.0
[0.11.0]: https://github.com/cartesi/grpc-interfaces/releases/tag/v0.11.0
[0.10.0]: https://github.com/cartesi/grpc-interfaces/releases/tag/v0.10.0
Expand Down

0 comments on commit cba7c3f

Please sign in to comment.