Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshelkovenkov committed Sep 6, 2022
1 parent 449e09a commit 8192fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interface/Changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ export class Changelog {

this.log = new Log();
this.log.version = '9.6.5 - 6.9.2022';
this.log.comment = 'Fix Dtoken dust';
this.log.comment = 'Count interest value of vaults';
this.logs.push(this.log);

this.log = new Log();
this.log.version = '9.6.4 - 2.9.2022';
this.log.comment = 'Fix Dtoken dust';
this.log.comment = 'Adjust stable pools rewards';
this.logs.push(this.log);

this.log = new Log();
Expand Down

0 comments on commit 8192fdd

Please sign in to comment.