# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2022-03-21
### Changed
 - Provider block filter is now an option
 - Client returns a `ClientError` on error

## [0.1.3] - 2022-03-19
### Fixed
 - `Provider.block` supports `pending` and `latest` blocks

## [0.1.2] - 2022-03-19
### Fixed
 - `Provider.block` defaults to block hash

## [0.1.1] - 2022-03-19
### Fixed
 - `Provider.block` accepts block number argument

## [0.1.0] - 2022-03-18
### Added
 - Provider module to fetch data from the StarkNet gateway
 - Abi module to parse contracts ABI