From 8965b0bb145bf9a2e1a8b60209046c20009eddea Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Mon, 5 Feb 2024 13:09:00 +0100 Subject: [PATCH] Program version bump, changelog, idl update --- CHANGELOG.md | 9 +++++++-- Cargo.lock | 2 +- mango_v4.json | 2 +- programs/mango-v4/Cargo.toml | 2 +- ts/client/src/mango_v4.ts | 4 ++-- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21644d85a..e5c5833a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ Update this for each program release and mainnet deployment. ## not on mainnet -### v0.21.2, 2024-1- +### v0.21.3, 2024-2- -- Allow fast-listing of Openbook v1 markets (#839, #841) +- Remove deposit limit check on Openbook v1 when placing an order to sell + deposits (#869) ## mainnet +### v0.21.2, 2024-1- + +- Allow fast-listing of Openbook v1 markets (#839, #841) + ### v0.21.1, 2024-1- - Prevent withdraw operations from bringing token utilization over 100%. diff --git a/Cargo.lock b/Cargo.lock index 1346336ca..cab3e9b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3301,7 +3301,7 @@ dependencies = [ [[package]] name = "mango-v4" -version = "0.21.2" +version = "0.21.3" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/mango_v4.json b/mango_v4.json index cbe665572..43cd5bac9 100644 --- a/mango_v4.json +++ b/mango_v4.json @@ -1,5 +1,5 @@ { - "version": "0.21.2", + "version": "0.21.3", "name": "mango_v4", "instructions": [ { diff --git a/programs/mango-v4/Cargo.toml b/programs/mango-v4/Cargo.toml index 7bcddfbcf..dbcf495ce 100644 --- a/programs/mango-v4/Cargo.toml +++ b/programs/mango-v4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mango-v4" -version = "0.21.2" +version = "0.21.3" description = "Created with Anchor" edition = "2021" diff --git a/ts/client/src/mango_v4.ts b/ts/client/src/mango_v4.ts index 808e43b79..3698b0784 100644 --- a/ts/client/src/mango_v4.ts +++ b/ts/client/src/mango_v4.ts @@ -1,5 +1,5 @@ export type MangoV4 = { - "version": "0.21.2", + "version": "0.21.3", "name": "mango_v4", "instructions": [ { @@ -13529,7 +13529,7 @@ export type MangoV4 = { }; export const IDL: MangoV4 = { - "version": "0.21.2", + "version": "0.21.3", "name": "mango_v4", "instructions": [ {