From abfaa13bae8c9efcb3a582ed90b2fb0bec436c70 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 4 Mar 2022 15:03:47 +0000 Subject: [PATCH] docs(protocol): roll v1.8.2 --- packages/protocol/CHANGELOG.md | 7 +++++++ packages/protocol/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/protocol/CHANGELOG.md b/packages/protocol/CHANGELOG.md index 80bf0121..69c19fb0 100644 --- a/packages/protocol/CHANGELOG.md +++ b/packages/protocol/CHANGELOG.md @@ -5,6 +5,12 @@ 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.8.2] - 2022-03-04 + +### Changed + +- Allow underlying deposits after maturation in the `HToken` contract. + ## [1.8.1] - 2022-03-04 ### Fixed @@ -133,6 +139,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Zero edge case in `getSeizableCollateralAmount` function. +[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 [1.7.1]: https://github.com/hifi-finance/hifi/compare/@hifi/protocol@1.7.0...@hifi/protocol@1.7.1 diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 50e61bd5..db83aeda 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,7 +1,7 @@ { "name": "@hifi/protocol", "description": "The core Hifi fixed-rate, fixed-term lending protocol", - "version": "1.8.1", + "version": "1.8.2", "author": { "name": "Hifi", "email": "contact@hifi.finance",