Skip to content

Commit

Permalink
bump version to-> < 0.28.15 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Jul 31, 2024
1 parent 8d93d24 commit 36e3c69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Hastructure

## 0.28.15
### 2024-7-31
* FIX: enable compound formula on `weighted average` formula.


## 0.28.14
### 2024-07-06
* FIX: enable `annualized rate fee type` with formula `bondbalance` on `bondGroup`
Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $(deriveJSON defaultOptions ''Version)
instance ToSchema Version

version1 :: Version
version1 = Version "0.28.14"
version1 = Version "0.28.15"


data DealType = MDeal (DB.TestDeal AB.Mortgage)
Expand Down

0 comments on commit 36e3c69

Please sign in to comment.