Skip to content

Commit

Permalink
docs(proxy-target): roll v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Jan 4, 2023
1 parent 6b7bcdf commit 528a926
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/proxy-target/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.11.0] - 2023-01-04

### Changed

- Add missing "override" specifier to `removeLiquidityAndWithdrawUnderlyingWithSignature`.
- Use "external" modifier instead of "public", where applicable.
- Upgrade to `@hifi/protocol` v1.11.0.
- Upgrade to `@hifi/amm` v1.11.0.

### Fixed

- Respond to audit finding regarding usage of `transfer` instead of `safeTransfer` (QSP-14).
- Respond to audit finding regarding `depositUnderlying()` can result in temporarily stuck funds (QSP-6).
- Respond to audit finding regarding unlocked pragma (QSP-23).

## [1.10.0] - 2022-08-18

### Changed
Expand Down Expand Up @@ -198,6 +213,7 @@ YANKED.

- First release of the package.

[1.11.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.10.0...@hifi/proxy-target@1.11.0
[1.10.0]: https://github.com/hifi-finance/hifi/compare/@hifi/proxy-target@1.9.0...@hifi/proxy-target@1.10.0
[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
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.10.0",
"version": "1.11.0",
"author": {
"name": "Hifi",
"email": "contact@hifi.finance",
Expand Down

0 comments on commit 528a926

Please sign in to comment.