Skip to content

Commit

Permalink
chore: set versions and update readme for 0.12.1 protocol release
Browse files Browse the repository at this point in the history
  • Loading branch information
eoin-betdex committed Dec 6, 2023
1 parent 836d66b commit 7d70c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion programs/monaco_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monaco_protocol"
version = "0.12.0"
version = "0.12.1"
description = "Created with Anchor"
edition = "2018"

Expand Down

0 comments on commit 7d70c2b

Please sign in to comment.