Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 23, 2022
1 parent 4ab931c commit 59b7486
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

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

<a name="6.1.0"></a>
## [6.1.0] - 2022-12-23

### Added

- `proDynamoStoreCdk`: AWS CDK wiring for `Propulsion.DynamoStore.Indexer` and `Notifier` [#125](https://github.com/jet/dotnet-templates/pull/125)
Expand All @@ -16,12 +24,10 @@ The `Unreleased` section name is replaced by the expected version of next releas

- Target `Equinox` v `4.0.0-rc.7`, `Propulsion` v `3.0.0-rc.1`, `FsCodec` v `3.0.0-rc.9`, `net6.0` [#126](https://github.com/jet/dotnet-templates/pull/126) [#127](https://github.com/jet/dotnet-templates/pull/127)

### Removed
### Removed

- `proIndexer`: Generalized into `proDynamoStoreCdk` [#125](https://github.com/jet/dotnet-templates/pull/125)

### Fixed

<a name="6.0.0"></a>
## [6.0.0] - 2022-09-16

Expand Down Expand Up @@ -599,7 +605,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/6.0.0...HEAD
[Unreleased]: https://github.com/jet/dotnet-templates/compare/6.1.0...HEAD
[6.1.0]: https://github.com/jet/dotnet-templates/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/jet/dotnet-templates/compare/5.3.0...6.0.0
[5.3.0]: https://github.com/jet/dotnet-templates/compare/5.2.1...5.3.0
[5.2.1]: https://github.com/jet/dotnet-templates/compare/5.2.0...5.2.1
Expand Down

0 comments on commit 59b7486

Please sign in to comment.