From 4652bf2a057623f72e42813e024941aa590b2d1f Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Mon, 1 Jul 2019 11:57:56 +0100 Subject: [PATCH] Release 3.0.3 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a94413d8..cd4741b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,17 @@ The `Unreleased` section name is replaced by the expected version of next releas ## [3.0.3] - 2019-07-02 +### Added + +- Add `Publisher.fs` sample to `proConsumer` +- Extend `proConsumer` `Example.fs` + ### Changed - Target `Equinox`.* `2.0.0-rc2`, `Propulsion`.* `1.0.1-rc5` - -## [3.0.0] - 2019-06-19 + +## [3.0.2] - 2019-06-19 ### Added @@ -116,8 +121,9 @@ 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/3.0.0...HEAD -[3.0.0]: https://github.com/jet/dotnet-templates/compare/2.2.2...3.0.0 +[Unreleased]: https://github.com/jet/dotnet-templates/compare/3.0.3...HEAD +[3.0.3]: https://github.com/jet/dotnet-templates/compare/3.0.2...3.0.3 +[3.0.2]: https://github.com/jet/dotnet-templates/compare/2.2.2...3.0.2 [2.2.2]: https://github.com/jet/dotnet-templates/compare/2.1.2...2.2.2 [2.1.2]: https://github.com/jet/dotnet-templates/compare/2.0.0...2.1.2 [2.0.0]: https://github.com/jet/dotnet-templates/compare/1.2.0...2.0.0