Skip to content

Commit

Permalink
Release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 14, 2020
1 parent 6b13847 commit b6c5616
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ The `Unreleased` section name is replaced by the expected version of next releas
## [Unreleased]

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

<a name="4.7.0"></a>
## [4.7.0] - 2020-05-27

### Changed

- Target `Propulsion` v `2.5.1`, `FsKafka` v `1.4.2`
Expand All @@ -17,23 +24,20 @@ The `Unreleased` section name is replaced by the expected version of next releas

- `proReactor`, `proSync`: Fixed Default ES TCP port to 1113 [#69](https://github.com/jet/dotnet-templates/pull/69) :pray: [@svairagade](https://github.com/svairagade)

### Removed
### Fixed

<a name="4.6.0"></a>
## [4.6.0] - 2020-04-27

### Added

- `tests/Equinox.Templates.Tests`: allow repo to validate integrity of templates within [#67](https://github.com/jet/dotnet-templates/pull/67) [#2](https://github.com/jet/dotnet-templates/issues/2)
- `proReactor`: Add arguments to facilitate projecting from a different database than that used to transact [#62](https://github.com/jet/dotnet-templates/pull/62)
- `proReactor`: Add arguments to facilitate projecting from a different database than that used to transact [#62](https://github.com/jet/dotnet-templates/pull/62) :pray:
[@svairagade](https://github.com/svairagade)
- `eqxShipping`: Add `Reserved` event/phase to `eqxShipping` [#63](https://github.com/jet/dotnet-templates/pull/63)
- Added exception logging (as forced by abstract methods in `Stats` types) [#66](https://github.com/jet/dotnet-templates/pull/66)

### Changed

- Target `Propulsion` v `2.4.2`, `FsKafka` v `1.4.1` [#64](https://github.com/jet/dotnet-templates/pull/64) [#66](https://github.com/jet/dotnet-templates/pull/66)
- Target `Propulsion` v `2.4.3`, `FsKafka` v `1.4.1` [#64](https://github.com/jet/dotnet-templates/pull/64) [#66](https://github.com/jet/dotnet-templates/pull/66)
- `proReactor`, `proSync`: Clean up `CosmosContext` and `Checkpoints` management [#58](https://github.com/jet/dotnet-templates/pull/58)

<a name="4.5.0"></a>
Expand Down Expand Up @@ -417,7 +421,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/dotnet-templates/releases and/or can someone please add it!)

[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.6.0...HEAD
[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.7.0...HEAD
[4.7.0]: https://github.com/jet/dotnet-templates/compare/4.6.0...4.7.0
[4.6.0]: https://github.com/jet/dotnet-templates/compare/4.5.0...4.6.0
[4.5.0]: https://github.com/jet/dotnet-templates/compare/4.4.2...4.5.0
[4.4.2]: https://github.com/jet/dotnet-templates/compare/4.4.1...4.4.2
Expand Down

0 comments on commit b6c5616

Please sign in to comment.