Skip to content

Commit

Permalink
Update CHANGELOG to reflect release cutoff (#11970)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG to reflect release cutoff

* Added more details
  • Loading branch information
amit-momin authored Feb 8, 2024
1 parent 600e95c commit d5b6207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [dev]

...
### Added

- Gas bumping logic to the `SuggestedPriceEstimator`. The bumping mechanism for this estimator refetches the price from the RPC and adds a buffer on top using the greater of `BumpPercent` and `BumpMin`.

## 2.9.0 - UNRELEASED

Expand All @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
echo "Baz=Val" >> median.env
CL_MEDIAN_ENV="median.env"
```
- Gas bumping logic to the `SuggestedPriceEstimator`

### Fixed

Expand Down

0 comments on commit d5b6207

Please sign in to comment.