From 956c104651a3702de52b87a79f8d269567a3261d Mon Sep 17 00:00:00 2001 From: Ahmed Ihsan Tawfeeq Date: Wed, 4 Jan 2023 14:14:10 -0700 Subject: [PATCH] docs(amm): roll v1.10.1 --- packages/amm/CHANGELOG.md | 12 ++++++++++++ packages/amm/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/amm/CHANGELOG.md b/packages/amm/CHANGELOG.md index 9e9a8183..1e56f6fb 100644 --- a/packages/amm/CHANGELOG.md +++ b/packages/amm/CHANGELOG.md @@ -4,6 +4,17 @@ 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.10.1] - 2023-01-04 + +### Changed + +- Upgrade to `solidity-docgen` v0.6.0-beta.8. +- Fix referenced license in README. + +### Fixed + +- Respond to audit finding regarding unlocked pragma (QSP-23). + ## [1.10.0] - 2022-03-29 ### Changed @@ -189,6 +200,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - First release of the package. +[1.10.1]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.10.0...@hifi/amm@1.10.1 [1.10.0]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.9.1...@hifi/amm@1.10.0 [1.9.1]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.9.0...@hifi/amm@1.9.1 [1.9.0]: https://github.com/hifi-finance/hifi/compare/@hifi/amm@1.8.2...@hifi/amm@1.9.0 diff --git a/packages/amm/package.json b/packages/amm/package.json index 5790d4bc..64a8a76e 100644 --- a/packages/amm/package.json +++ b/packages/amm/package.json @@ -1,7 +1,7 @@ { "name": "@hifi/amm", "description": "Dedicated AMM for market-making hTokens", - "version": "1.10.0", + "version": "1.10.1", "author": { "name": "Hifi", "email": "contact@hifi.finance",