From 7d70c2b4a9c795a6fb136f6499bda07e00cf7b72 Mon Sep 17 00:00:00 2001 From: Eoin Murphy Date: Wed, 6 Dec 2023 09:50:12 +0000 Subject: [PATCH] chore: set versions and update readme for 0.12.1 protocol release --- Cargo.lock | 2 +- README.md | 2 ++ programs/monaco_protocol/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 394c2cf4..37d9b956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ dependencies = [ [[package]] name = "monaco_protocol" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/README.md b/README.md index c9f1bad9..800e06ba 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Current version of the protocol on mainnet-beta: [0.11.0](https://github.com/Mon | Date | Protocol version | Program address | |------------|---------------------------------------------------------------------------|-----------------------------------------------| +| TBC | [0.12.1](https://github.com/MonacoProtocol/protocol/releases/tag/v0.12.1) | `monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih` | | TBC | [0.12.0](https://github.com/MonacoProtocol/protocol/releases/tag/v0.12.0) | `monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih` | | 2023-08-01 | [0.11.0](https://github.com/MonacoProtocol/protocol/releases/tag/v0.11.0) | `monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih` | | 2023-07-06 | [0.10.1](https://github.com/MonacoProtocol/protocol/releases/tag/v0.10.1) | `monacoUXKtUi6vKsQwaLyxmXKSievfNWEcYXTgkbCih` | @@ -40,6 +41,7 @@ Protocol releases, along with their corresponding client versions and audit repo | Protocol version | Client | Admin client | Audit reports | |---------------------------------------------------------------------------|--------------|--------------|------------------------------------------------------------------------------------| +| [0.12.1](https://github.com/MonacoProtocol/protocol/releases/tag/v0.12.1) | 9.0.0 | 8.0.0 | | | [0.12.0](https://github.com/MonacoProtocol/protocol/releases/tag/v0.12.0) | 9.0.0 | 8.0.0 | [Sec3](https://github.com/MonacoProtocol/protocol/tree/main/audit/sec3/0.12.0.pdf) | | [0.11.0](https://github.com/MonacoProtocol/protocol/releases/tag/v0.11.0) | 8.0.0 | 7.0.0 | [Sec3](https://github.com/MonacoProtocol/protocol/tree/main/audit/sec3/0.11.0.pdf) | | [0.10.1](https://github.com/MonacoProtocol/protocol/releases/tag/v0.10.1) | 7.1.0 | 6.0.0 | [Sec3](https://github.com/MonacoProtocol/protocol/tree/main/audit/sec3/0.10.1.pdf) | diff --git a/programs/monaco_protocol/Cargo.toml b/programs/monaco_protocol/Cargo.toml index ece55b76..e66208cf 100644 --- a/programs/monaco_protocol/Cargo.toml +++ b/programs/monaco_protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monaco_protocol" -version = "0.12.0" +version = "0.12.1" description = "Created with Anchor" edition = "2018"