diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b199f0..37f7c61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,34 @@ All notable changes to this project will be documented in this file. The format is based on [Common Changelog](https://common-changelog.org). +[1.0.3]: https://github.com/sablier-labs/v2-periphery/compare/v1.0.3...v1.1.0 [1.0.3]: https://github.com/sablier-labs/v2-periphery/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/sablier-labs/v2-periphery/compare/v1.0.1...v1.0.2 [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-26 + +### Changed + +- Remove @openzeppelin/contracts from Node.js peer dependencies + ([#194](https://github.com/sablier-labs/v2-periphery/pull/194)) +- Bump `v2-core` ([#191]s(https://github.com/sablier-labs/v2-periphery/pull/191)) +- Upgrade Solidity to `0.8.21` ([#187](https://github.com/sablier-labs/v2-periphery/pull/187)) + +### Added + +- Introduce a contract for batch creating streams without a proxy + ([#177](https://github.com/sablier-labs/v2-periphery/pull/177)) + +- Add the Merkle Streamer feature for Lockup Linear ([#174](https://github.com/sablier-labs/v2-periphery/pull/174), + [#186](https://github.com/sablier-labs/v2-periphery/pull/186) and + [#190](https://github.com/sablier-labs/v2-periphery/pull/190)) + +- Implement a push-based model for proxy target ([#173](https://github.com/sablier-labs/v2-periphery/pull/173)) +- Implement a proxy target with approvals ([#161](https://github.com/sablier-labs/v2-periphery/pull/161)) +- Add `withdrawMultiple` in targets ([#160](https://github.com/sablier-labs/v2-periphery/pull/160)) + ## [1.0.3] - 2023-08-17 ### Changed diff --git a/package.json b/package.json index c6849dfb..097270e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sablier/v2-periphery", "description": "Peripheral smart contracts for interacting with Sablier V2", - "version": "1.0.3", + "version": "1.1.0", "author": { "name": "Sablier Labs Ltd", "url": "https://sablier.com"