Skip to content

Osmosis v11.0.1 🧪

Compare
Choose a tag to compare
@osmo-bot osmo-bot released this 15 Aug 22:41
· 30 commits to v11.x since this release
50d49dd

This release's major focus is updating Go module path to v11. Additionally, it includes some minor interface refactorings. These refactorings are summarized in the "Golang API breaks" section of CHANGELOG.md.

What Changed

See Summary of The Major Changes: CHANGELOG.md
See Full Changelog: v11.0.0...v11.0.1

Usage

🐳 Docker

The following Docker image is available in our registry:

docker run osmolabs/osmosis:11.0.1 version 
# v11.0.1

The image supports both arm64 and amd64 architectures.

🔨 Build from source

git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v11.0.1
make install

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.