From 38b7ab125d0fe67ec5bcdae0039fe1396ed62616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Petruni=C4=87?= Date: Thu, 3 Oct 2024 11:06:22 +0200 Subject: [PATCH] chore(master): release 2.11.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675ba548..1ea05281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.11.0](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.10.1...v2.11.0) (2024-10-03) + + +### Features + +* allow liquidity withdrawal from EOA or multisig ([#275](https://github.com/sygmaprotocol/sygma-solidity/issues/275)) ([ddac879](https://github.com/sygmaprotocol/sygma-solidity/commit/ddac8798fd8f5338d78b1b5a24d7ddc0afbd2462)) + ## [2.10.1](https://github.com/sygmaprotocol/sygma-solidity/compare/v2.10.0...v2.10.1) (2024-09-24) diff --git a/package.json b/package.json index 08e3fba4..4a077af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/sygma-contracts", - "version": "2.10.1", + "version": "2.11.0", "description": "", "main": "dist/index.js", "repository": "https://github.com/sygmaprotocol/sygma-solidity.git",