From 771cabea1cb848439d282e43bf5f0e20ef7c9703 Mon Sep 17 00:00:00 2001 From: Riordan Panayides Date: Thu, 1 Sep 2022 20:31:40 +0100 Subject: [PATCH] v3.6.0 --- changelog.md | 6 ++++++ program/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b9fb9f8f..7f844719 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Mango Program Change Log +## v3.6.0 +Deployed: | Slot: +1. Fix remove_oracle bug +2. Add second fee tier option with new instruction ChangeReferralFeeParams2 +3. Allow delegate to close spot open orders accounts + ## v3.5.1 Deployed: Jul 9, 2022 at 17:07:37 UTC | Slot: 140,876,554 1. Remove luna related hard codings diff --git a/program/Cargo.toml b/program/Cargo.toml index 502060f7..250ec153 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mango" -version = "3.5.1" +version = "3.6.0" authors = ["blockworks"] edition = "2018"