Skip to content

Commit

Permalink
bump version to-> < 0.22.1 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Oct 26, 2023
1 parent f21a7c6 commit 93c4044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 0.22.1
### 2023-11-1

* NEW: add `default by amount` assumption, which enable user to set a `total amount of default` alongside with a vector.
* ENHANCE: misc refactors


## 0.22.0
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.0"
version1 = Version "0.22.1"

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

0 comments on commit 93c4044

Please sign in to comment.