From 76f9378da8a5ec97e5036e0578532dc9632c53f7 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 1 Mar 2023 23:15:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/auditor-decimals.md | 5 ----- .changeset/market-floating-rate.md | 5 ----- .changeset/market-symbol.md | 5 ----- .changeset/rewards-controller.md | 5 ----- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/auditor-decimals.md delete mode 100644 .changeset/market-floating-rate.md delete mode 100644 .changeset/market-symbol.md delete mode 100644 .changeset/rewards-controller.md diff --git a/.changeset/auditor-decimals.md b/.changeset/auditor-decimals.md deleted file mode 100644 index 043f87b20..000000000 --- a/.changeset/auditor-decimals.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly-protocol/protocol": patch ---- - -🦺 auditor: get decimals from market diff --git a/.changeset/market-floating-rate.md b/.changeset/market-floating-rate.md deleted file mode 100644 index 5bff7d64f..000000000 --- a/.changeset/market-floating-rate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly-protocol/protocol": patch ---- - -👔 market: use only current utilization for floating rate diff --git a/.changeset/market-symbol.md b/.changeset/market-symbol.md deleted file mode 100644 index ff60b3c74..000000000 --- a/.changeset/market-symbol.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly-protocol/protocol": patch ---- - -🔥 market: remove symbol refresher diff --git a/.changeset/rewards-controller.md b/.changeset/rewards-controller.md deleted file mode 100644 index 37b8c91fe..000000000 --- a/.changeset/rewards-controller.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly-protocol/protocol": patch ---- - -✨ rewards: implement reward system diff --git a/CHANGELOG.md b/CHANGELOG.md index 65606a618..cce60d5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @exactly-protocol/protocol +## 0.2.6 + +### Patch Changes + +- 801ea3d: 🦺 auditor: get decimals from market +- a60d0ea: 👔 market: use only current utilization for floating rate +- 58ac95f: 🔥 market: remove symbol refresher +- ad1e7a0: ✨ rewards: implement reward system + ## 0.2.5 ### Patch Changes diff --git a/package.json b/package.json index 05f5823ec..34392ad96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly-protocol/protocol", - "version": "0.2.5", + "version": "0.2.6", "license": "BUSL-1.1", "homepage": "https://exact.ly", "repository": "github:exactly/protocol",