From 0669138d8b5834d4cbe761e6ff3b1990d0432f97 Mon Sep 17 00:00:00 2001
From: DeBio DevOps <92095923+debiodevops@users.noreply.github.com>
Date: Mon, 30 Jan 2023 04:49:00 +0700
Subject: [PATCH] chore(main): release 2.3.0

---
 CHANGELOG.md      | 16 ++++++++++++++++
 package-lock.json |  2 +-
 package.json      |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd6883f5..828ca05a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
 # Changelog
 
+## [2.3.0](https://github.com/debionetwork/debio-frontend/compare/2.2.0...2.3.0) (2023-01-29)
+
+
+### Features
+
+* change customer and escrow address to polkadot wallet address ([#634](https://github.com/debionetwork/debio-frontend/issues/634)) ([975c953](https://github.com/debionetwork/debio-frontend/commit/975c953cbd28e7f33d65661a098e52ee52c83a66))
+
+
+### Bug Fixes
+
+* change seller polkadot address to customer polkadot address ([#635](https://github.com/debionetwork/debio-frontend/issues/635)) ([9786f03](https://github.com/debionetwork/debio-frontend/commit/9786f03498b78d6f0e2d8277bb10262122717fab))
+* description and longdescription ([#638](https://github.com/debionetwork/debio-frontend/issues/638)) ([d8f3426](https://github.com/debionetwork/debio-frontend/commit/d8f34261a79a286a80be6ba5705d59e10fcd60a5))
+* double label ([#636](https://github.com/debionetwork/debio-frontend/issues/636)) ([816390a](https://github.com/debionetwork/debio-frontend/commit/816390a0036d1e9c244ba6364716d17a3ac13539))
+* handle edit service ([#628](https://github.com/debionetwork/debio-frontend/issues/628)) ([3a3f4b9](https://github.com/debionetwork/debio-frontend/commit/3a3f4b9bbb49fe876d274748eb14f2dfbcc615f2))
+* typo status ([#615](https://github.com/debionetwork/debio-frontend/issues/615)) ([e5081ea](https://github.com/debionetwork/debio-frontend/commit/e5081eaeb19790b3fee3895155174d5134bf21c0))
+
 ## [2.2.0](https://github.com/debionetwork/debio-frontend/compare/2.1.0...2.2.0) (2022-12-16)
 
 
diff --git a/package-lock.json b/package-lock.json
index 61664b04..4f2d0caf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "debio-frontend",
-  "version": "2.2.0",
+  "version": "2.3.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 359e423b..48227657 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "debio-frontend",
-  "version": "2.2.0",
+  "version": "2.3.0",
   "private": true,
   "license": "AGPL-3.0",
   "author": "DeBio Dev Team <dev@debio.network>",