From 62a6ae94b74b76916129f41dd4144610dd5670b8 Mon Sep 17 00:00:00 2001 From: Mohammadsadegh Najafi <50092326+MSNTCS@users.noreply.github.com> Date: Mon, 27 Sep 2021 14:21:38 +0900 Subject: [PATCH] release v0.3.0 (#45) --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ead7be..ca3a2ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0 + +[\#41](https://github.com/Anchor-Protocol/money-market-contracts/pull/41) Columbus-5 Update + ## 0.2.0 [\#26](https://github.com/Anchor-Protocol/money-market-contracts/pull/26) Add bETH custody contract diff --git a/README.md b/README.md index 32b24c6a..8e264b18 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ For production builds, run the following: docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - cosmwasm/workspace-optimizer:0.10.4 + cosmwasm/workspace-optimizer:0.11.5 ``` This performs several optimizations which can significantly reduce the final size of the contract binaries, which will be available inside the `artifacts/` directory.