Skip to content

Commit

Permalink
docs(proxy-target): roll v1.9.0
Browse files Browse the repository at this point in the history
docs(proxy-target): fix typo in CHANGELOG
  • Loading branch information
scorpion9979 committed May 6, 2022
1 parent b7eea91 commit 96aab83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion packages/proxy-target/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@ 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-05-06

### Changed

- Replace `depositUnderlyingAndBorrowHTokenAndAddLiquidity` function with `depositUnderlyingAndMintHTokenAndAddLiquidity` function.
- Replace `removeLiquidityAndRepayBorrowAndWithdrawCollateral` function with `removeLiquidityAndWithdrawUnderlying` function.
- Upgrade to `solidity-docgen` v0.6.0-beta.8.

### Fixed

- `underlyingRedeemed` calculations in `removeLiquidityAndRedeem` function.
- Add missing remaining hToken relay logic in `removeLiquidityAndRedeem` function.

## [1.8.0] - 2022-03-29

### Changed

- Refactor the directory trees in the generated types.
- Refactor the ethers factories as per the latest typechain output.
- Upgrade to the latest ethers packages.
- Upgrade to `@hifi/amm` v1.10.1.
- Upgrade to `@hifi/amm` v1.10.0.
- Upgrade to `@hifi/protocol` v1.10.0.

### Removed
Expand Down Expand Up @@ -175,6 +188,7 @@ YANKED.

- First release of the package.

[1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.8.0...@hifi/proxy-target@1.9.0
[1.8.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.7.1...@hifi/proxy-target@1.8.0
[1.7.1]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.7.0...@hifi/proxy-target@1.7.1
[1.7.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.6.1...@hifi/proxy-target@1.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-target/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hifi/proxy-target",
"description": "DSProxy target contract with stateless scripts",
"version": "1.8.0",
"version": "1.9.0",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down

0 comments on commit 96aab83

Please sign in to comment.