Skip to content

Commit

Permalink
docs: changelog and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmpw committed Dec 12, 2024
1 parent f92da8b commit 6a35489
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.5 (2024-12-12)

### Fixed

#### **arch3-core**

- Fixed Authz Amino converter support for `/cosmos.authz.v1beta1.MsgGrant`
with inner `/cosmos.bank.v1beta1.SendAuthorization` authorization,
without an `allowList`. ([#124])

## v0.7.4 (2024-12-11)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3.js",
"version": "0.7.4",
"version": "0.7.5",
"description": "The all-in-one library for your awesome Archway dApp",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3-core",
"version": "0.7.4",
"version": "0.7.5",
"description": "Core library to interact with Archway Network",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/arch3-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archwayhq/arch3-proto",
"version": "0.7.4",
"version": "0.7.5",
"description": "Protobuf definitions and RPC clients for the Archway Network",
"homepage": "https://docs.archway.io",
"repository": "github:archway-network/arch3.js",
Expand Down

0 comments on commit 6a35489

Please sign in to comment.