diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9c108..9f44330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ Contributors do not need to change this file but do need to add changelog detail 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). +## [v0.12.3] + +### Added + +- feat(client): add `get_block_infos` #164 + +### Changed + +- chore(client): deprecate `get_blocks` #164 +- chore: use the `alloc` feature on `serde_json #168 + ## [v0.12.2] ### Added diff --git a/Cargo.toml b/Cargo.toml index d2a82e1..2dbf415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esplora-client" -version = "0.12.2" +version = "0.12.3" edition = "2021" authors = [ "Alekos Filini ",