Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Aug 4, 2020
1 parent a0d3488 commit ded8164
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="2.2.0"></a>
## [2.2.0] - 2020-08-04

### Added

- Add `AsyncBatchingGate` [#228](https://github.com/jet/equinox/pull/228)

### Changed
### Removed
### Fixed

- `EventStore`: Pin `EventStore.Client` to `[5.0.1,6)` to avoid conflicting changes in `EventStore.Client` v `20.06` [#223](https://github.com/jet/equinox/pull/223)
Expand Down Expand Up @@ -396,7 +402,8 @@ The `Unreleased` section name is replaced by the expected version of next releas

(For information pertaining to earlier releases, see release notes in https://github.com/jet/equinox/releases and/or can someone please add it!)

[Unreleased]: https://github.com/jet/equinox/compare/2.1.0...HEAD
[Unreleased]: https://github.com/jet/equinox/compare/2.2.0...HEAD
[2.2.0]: https://github.com/jet/equinox/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/jet/equinox/compare/2.0.2...2.1.0
[2.0.2]: https://github.com/jet/equinox/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/jet/equinox/compare/2.0.0...2.0.1
Expand Down

0 comments on commit ded8164

Please sign in to comment.