Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Nov 18, 2021
1 parent abb3366 commit b831cd8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

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

<a name="3.0.5"></a>
## [3.0.5] - 2021-11-18

### Added

- Stores: Expose `.Log.PropertyTag` Literals to enable log filtering [#298](https://github.com/jet/equinox/pull/298~~~~)
- `Equinox.Tool`: Add support for [autoscaling throughput](https://docs.microsoft.com/en-us/azure/cosmos-db/provision-throughput-autoscale) of Cosmos containers and databases [#302](https://github.com/jet/equinox/pull/302) :pray: [@belcher-rok](https://github.com/belcher-rok)

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

- `MemoryStore`: Fixed incorrect `Version` computation for `TransactEx` post-State [#296](https://github.com/jet/equinox/pull/296)

- `MemoryStore`: Fixed incorrect `Version` computation for `TransactEx` post-State [#296](https://github.com/jet/equinox/pull/296)
-
<a name="3.0.4"></a>
## [3.0.4] - 2021-10-15

Expand Down Expand Up @@ -635,7 +641,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/3.0.4...HEAD
[Unreleased]: https://github.com/jet/equinox/compare/3.0.5...HEAD
[3.0.5]: https://github.com/jet/equinox/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/jet/equinox/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/jet/equinox/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/jet/equinox/compare/3.0.1...3.0.2
Expand Down

0 comments on commit b831cd8

Please sign in to comment.