Skip to content

Commit

Permalink
docs(protocol): roll v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Mar 16, 2022
1 parent 3d3f35a commit df60b85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [1.9.0] - 2022-03-16

### Changed

- Change the `amount` argument to `value` in the `permit` function of the `Erc20Permit` contract.
- Change the license from LGPL v3 to BUSL v1.1.
- Switch from `@paulrberg/contracts` to `@prb/contracts`.
- Switch from `prb-math` to `@prb/math`.

## [1.8.2] - 2022-03-04

### Changed
Expand Down Expand Up @@ -139,6 +148,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Zero edge case in `getSeizableCollateralAmount` function.

[1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.2...@hifi/protocol@1.9.0
[1.8.2]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.1...@hifi/protocol@1.8.2
[1.8.1]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.8.0...@hifi/protocol@1.8.1
[1.8.0]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.7.1...@hifi/protocol@1.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hifi/protocol",
"description": "The core Hifi fixed-rate, fixed-term lending protocol",
"version": "1.8.2",
"version": "1.9.0",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down

0 comments on commit df60b85

Please sign in to comment.