From 96ebcdbb7b1d52c9e8703fcb68a4f3c76a50ea4f Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 19 Oct 2023 14:24:27 +0100 Subject: [PATCH] docs: polish changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d545a9..fb52e6f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,15 @@ The format is based on [Common Changelog](https://common-changelog.org). [1.0.1]: https://github.com/sablier-labs/v2-periphery/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/sablier-labs/v2-periphery/releases/tag/v1.0.0 -## [1.1.0] - 2023-09-28 +## [1.1.0] - 2023-10-19 ### Changed - **Breaking**: Change `permit2Params` to `transferData`, which has type `bytes` ([#161](https://github.com/sablier-labs/v2-periphery/pull/161)) -- Bump V2 Core ([#191](https://github.com/sablier-labs/v2-periphery/pull/191)) -- Install `permit2` depencency from Uniswap repository ([#198](https://github.com/sablier-labs/v2-periphery/pull/198)) +- Install `permit2` dependency from Uniswap repository ([#198](https://github.com/sablier-labs/v2-periphery/pull/198)) - Upgrade Solidity to `0.8.21` ([#187](https://github.com/sablier-labs/v2-periphery/pull/187)) +- Upgrade to latest V2 Core ([#191](https://github.com/sablier-labs/v2-periphery/pull/191)) ### Added