Skip to content

Commit

Permalink
bump version to-> < 0.22.2 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Oct 27, 2023
1 parent 86f3a38 commit cb46ed2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for Hastructure

## 0.22.2
### 2023-10-27
* ENHANCE: expose cumulative stats on pool cashflow returned by `runDeal`


## 0.22.1
### 2023-11-1
### 2023-10-26
* NEW: add `default by amount` assumption, which enable user to set a `total amount of default` alongside with a vector.
* ENHANCE: misc refactors

Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(deriveJSON defaultOptions ''Version)
instance ToSchema Version

version1 :: Version
version1 = Version "0.22.1"
version1 = Version "0.22.2"

data PoolType = MPool (P.Pool AB.Mortgage)
| LPool (P.Pool AB.Loan)
Expand Down

0 comments on commit cb46ed2

Please sign in to comment.