Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal87 committed Mar 18, 2024
1 parent 1412ab4 commit fdf3a9f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

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/).

## [Unreleased] - yyyy-mm-dd

### Added

### Changed


## [Unreleased] - 2024-03-18

### Added
- Tests queries (injective cosmoswasm mock) covering functionality of querier.rs

### Fixed
- Exchange aggregate volume query to use the correct parsing.

### Removed
- Grants related queries.
- Exchange denom decimal query.

0 comments on commit fdf3a9f

Please sign in to comment.