diff --git a/CHANGELOG.md b/CHANGELOG.md index 7040b4f..5a21a68 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.0 (Unreleased) +## v0.7.0 (2024-02-28) ### BREAKING CHANGES @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). of `@cosmology/telescope` (#115) - update codegen script and compile proto files (#115) -## v0.6.0 (2023-02-06) +## v0.6.0 (2024-02-06) ### BREAKING CHANGES diff --git a/package.json b/package.json index 4a727b5..2b07008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3.js", - "version": "0.6.0", + "version": "0.7.0", "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 0993ef6..c7ef52e 100644 --- a/packages/arch3-core/package.json +++ b/packages/arch3-core/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-core", - "version": "0.6.0", + "version": "0.7.0", "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 4cc1cb5..2e33fcb 100644 --- a/packages/arch3-proto/package.json +++ b/packages/arch3-proto/package.json @@ -1,6 +1,6 @@ { "name": "@archwayhq/arch3-proto", - "version": "0.6.0", + "version": "0.7.0", "description": "Protobuf definitions and RPC clients for the Archway Network", "homepage": "https://docs.archway.io", "repository": "github:archway-network/arch3.js",