diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fac9dd..a6d2ee9 100644 --- a/CHANGELOG.md +++ b/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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## v0.7.2 (Unreleased) +## v0.7.2 (2024-09-11) ### Fixed diff --git a/package.json b/package.json index d78443d..8b7508e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3.js", - "version": "0.7.1", + "version": "0.7.2", "description": "The all-in-one library for your awesome Archway dApp", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", diff --git a/packages/arch3-core/package.json b/packages/arch3-core/package.json index 8a5e7bf..19fcfde 100644 --- a/packages/arch3-core/package.json +++ b/packages/arch3-core/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-core", - "version": "0.7.1", + "version": "0.7.2", "description": "Core library to interact with Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js", diff --git a/packages/arch3-proto/package.json b/packages/arch3-proto/package.json index 9226834..f3e40c9 100644 --- a/packages/arch3-proto/package.json +++ b/packages/arch3-proto/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-proto", - "version": "0.7.1", + "version": "0.7.2", "description": "Protobuf definitions and RPC clients for the Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js",