diff --git a/Cargo.lock b/Cargo.lock index b03ddc6..f1ebc4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "cw-dex-astroport" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "apollo-cw-asset", "apollo-cw-multi-test", diff --git a/cw-dex-astroport/CHANGELOG.md b/cw-dex-astroport/CHANGELOG.md index 5645393..3bea2f5 100644 --- a/cw-dex-astroport/CHANGELOG.md +++ b/cw-dex-astroport/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [0.2.0-rc.1] - 2024-05-01 +# [0.2.0-rc.2] - 2024-05-01 ### Changed diff --git a/cw-dex-astroport/Cargo.toml b/cw-dex-astroport/Cargo.toml index 2ac5969..57c2165 100644 --- a/cw-dex-astroport/Cargo.toml +++ b/cw-dex-astroport/Cargo.toml @@ -5,7 +5,7 @@ description = "Implementation of the cw-dex API for the Astroport AMM" edition = "2021" license = "MPL-2.0" repository = "https://github.com/apollodao/cw-dex" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" readme = "README.md" [features]