Skip to content

Commit

Permalink
changelog, tag for v1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed May 18, 2023
1 parent cdd0b39 commit cad4d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
## [v1.1.3](https://github.com/streamingfast/substreams/releases/tag/v1.1.3)

### Highlights

Expand All @@ -27,6 +27,8 @@ If you upgrade in the wrong order or if somehow `tier2` processes start using th
### Fixed

* Fixed a race when multiple Substreams request execute on the same `.spkg`, it was causing races between the two executors.
* GUI: fixed an issue which would slow down message consumption when progress page was shown in ascii art "bars" mode
* GUI: fixed the display of blocks per second to represent actual blocks, not messages count

### Changed

Expand Down

0 comments on commit cad4d26

Please sign in to comment.