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