Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Apr 20, 2022
1 parent 2b1b777 commit 3d2c8b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.4.0] - 2022-04-20
### Added
- Added support for github pages

### Changed
- Changed the Rollup HTTP API to producer-consumer style

Expand All @@ -15,7 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change encoding of inspect payload to Ethereum Binary

## [Previous Versions]
- [0.2.0]
- [0.1.0]

[Unreleased]: https://github.com/cartesi/openapi-interfaces/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.4.0
[0.3.0]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.3.0
[0.2.0]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.2.0
[0.1.0]: https://github.com/cartesi/openapi-interfaces/releases/tag/v0.1.0

0 comments on commit 3d2c8b2

Please sign in to comment.