-
Notifications
You must be signed in to change notification settings - Fork 69
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
46 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 |
---|---|---|
@@ -1,3 +1,49 @@ | ||
# v6.0.0 (Wed May 05 2021) | ||
|
||
#### 💥 Breaking Change | ||
|
||
- fix!: add election fallback on-chain [#221](https://github.com/galacticcouncil/HydraDX-node/pull/221) ([@jak-pan](https://github.com/jak-pan)) | ||
- fix!: set babe epoch config at genesis [#241](https://github.com/galacticcouncil/HydraDX-node/pull/241) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) | ||
|
||
#### 🚀 Enhancement | ||
|
||
- feat: change Price type [#235](https://github.com/galacticcouncil/HydraDX-node/pull/235) ([@martinfridrich](https://github.com/martinfridrich) [@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
- feat: add tests for time units [#212](https://github.com/galacticcouncil/HydraDX-node/pull/212) ([@green-jay](https://github.com/green-jay) [@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- fix(multi-payment): move balances dependency to dev-dependency [#239](https://github.com/galacticcouncil/HydraDX-node/pull/239) ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
- fix(node): configure justification import for full node [#225](https://github.com/galacticcouncil/HydraDX-node/pull/225) ([@andresilva](https://github.com/andresilva) [@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
- fix(ci): tag version workflow [#216](https://github.com/galacticcouncil/HydraDX-node/pull/216) ([@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
|
||
#### Refactoring | ||
|
||
- refactor(amm): changed event names to past tense [#215](https://github.com/galacticcouncil/HydraDX-node/pull/215) ([@jareknowotka](https://github.com/jareknowotka) [@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
|
||
#### Other improvements | ||
|
||
- chore: Substrate update [#224](https://github.com/galacticcouncil/HydraDX-node/pull/224) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
- ci: Build workflow from fork PR [#230](https://github.com/galacticcouncil/HydraDX-node/pull/230) ([@lumir-mrkva](https://github.com/lumir-mrkva)) | ||
- ci: automatically creates an EC2 instance for builds [#220](https://github.com/galacticcouncil/HydraDX-node/pull/220) ([@lumir-mrkva](https://github.com/lumir-mrkva) [email protected] [@fakirAyoub](https://github.com/fakirAyoub)) | ||
|
||
#### 📝 Documentation | ||
|
||
- docs: Code docs update [#238](https://github.com/galacticcouncil/HydraDX-node/pull/238) ([@enthusiastmartin](https://github.com/enthusiastmartin) [@jak-pan](https://github.com/jak-pan)) | ||
|
||
#### Authors: 9 | ||
|
||
- [@jareknowotka](https://github.com/jareknowotka) | ||
- [@lumir-mrkva](https://github.com/lumir-mrkva) | ||
- André Silva ([@andresilva](https://github.com/andresilva)) | ||
- Ayoub ([email protected]) | ||
- Ayoub Fakir ([@fakirAyoub](https://github.com/fakirAyoub)) | ||
- Jakub Pánik ([@jak-pan](https://github.com/jak-pan)) | ||
- Jindrich Zeleny ([@green-jay](https://github.com/green-jay)) | ||
- martin fridrich ([@martinfridrich](https://github.com/martinfridrich)) | ||
- Martin Hloska ([@enthusiastmartin](https://github.com/enthusiastmartin)) | ||
|
||
--- | ||
|
||
# v5.0.0 (Tue Apr 20 2021) | ||
|
||
#### 💥 Breaking Change | ||
|