Skip to content

Commit

Permalink
docs: roll 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Sep 28, 2023
1 parent 829e99b commit 09bd7a8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 09bd7a8

Please sign in to comment.