Skip to content

Commit 612ea5a

Browse files
authored
Merge pull request #137 from neutron-org/feat/0.10.0-release-preps
Release preps
2 parents 8645132 + 96bd43a commit 612ea5a

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.10.0
4+
5+
Bindings for [Neutron Dex module](https://docs.neutron.org/neutron/modules/dex/overview/) is added.
6+
7+
### Added
8+
9+
* feat: cw dex bindings by @swelf19 in https://github.com/neutron-org/neutron-sdk/pull/120
10+
311
## 0.9.0
412

513
Now Neutron-SDK supports ICQ and ICTX helpers for different version of Cosmos-SDK and specifically 0.9.0 release

MIGRATING.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ This guide explains what is needed to upgrade contracts when migrating over rele
44
also view the
55
[complete CHANGELOG](./CHANGELOG.md) to understand the differences.
66

7+
## 0.9.0 -> 0.10.0
8+
9+
* Update`neutron-sdk`dependencies in Cargo.toml:
10+
11+
```
12+
[dependencies]
13+
neutron-sdk = "0.10.0"
14+
# ...
15+
```
16+
717
## 0.8.0 -> 0.9.0
818

919
* Update`neutron-sdk`dependencies in Cargo.toml:

packages/neutron-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "neutron-sdk"
33
description = "Neutron CosmWasm SDK for interacting with Neutron blockchain"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/neutron-org/neutron-sdk"

0 commit comments

Comments
 (0)