-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- | ||
All notable changes to this project will be documented in this file. | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
--> | ||
|
||
## Version 2.0.1 | ||
|
||
### Bug fixes | ||
|
||
#### x/marketmap | ||
|
||
* Fixed the default genesis state generation ([89f6385](https://github.com/milkyway-labs/milkyway/commit/89f638567af91e819e6ae3948823b55a24292d61)) | ||
|
||
## Version 2.0.0 | ||
|
||
This is the first release of the new major version of the project. | ||
The main change that has been made is the transition from being an L2 Optimistic Rollup to being an L1 Cosmos-SDK based | ||
chain. | ||
|
||
Aside from this, various bugs have been fixed and useful features has been implemented. You can see the full list of | ||
changes [here](https://github.com/milkyway-labs/milkyway/compare/v1.6.0...v2.0.0). |