Skip to content

Commit

Permalink
Merge pull request #137 from neutron-org/feat/0.10.0-release-preps
Browse files Browse the repository at this point in the history
Release preps
  • Loading branch information
pr0n00gler authored Mar 20, 2024
2 parents 8645132 + 96bd43a commit 612ea5a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.0

Bindings for [Neutron Dex module](https://docs.neutron.org/neutron/modules/dex/overview/) is added.

### Added

* feat: cw dex bindings by @swelf19 in https://github.com/neutron-org/neutron-sdk/pull/120

## 0.9.0

Now Neutron-SDK supports ICQ and ICTX helpers for different version of Cosmos-SDK and specifically 0.9.0 release
Expand Down
10 changes: 10 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This guide explains what is needed to upgrade contracts when migrating over rele
also view the
[complete CHANGELOG](./CHANGELOG.md) to understand the differences.

## 0.9.0 -> 0.10.0

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

```
[dependencies]
neutron-sdk = "0.10.0"
# ...
```

## 0.8.0 -> 0.9.0

* Update`neutron-sdk`dependencies in Cargo.toml:
Expand Down
2 changes: 1 addition & 1 deletion packages/neutron-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "neutron-sdk"
description = "Neutron CosmWasm SDK for interacting with Neutron blockchain"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/neutron-org/neutron-sdk"
Expand Down

0 comments on commit 612ea5a

Please sign in to comment.