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"