From 57731c0d550162b9eddc60f16c9e2698559cf0b6 Mon Sep 17 00:00:00 2001
From: Patrik Svensson <patrik@patriksvensson.se>
Date: Mon, 19 Jul 2021 23:12:38 +0200
Subject: [PATCH] Add release notes for version 0.41

---
 ...021-07-19-spectre-console-0.41-released.md | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 docs/input/blog/posts/2021-07-19-spectre-console-0.41-released.md

diff --git a/docs/input/blog/posts/2021-07-19-spectre-console-0.41-released.md b/docs/input/blog/posts/2021-07-19-spectre-console-0.41-released.md
new file mode 100644
index 0000000..4d495f9
--- /dev/null
+++ b/docs/input/blog/posts/2021-07-19-spectre-console-0.41-released.md
@@ -0,0 +1,24 @@
+Title: Spectre.Console 0.41 released!
+Description: In this release we (mostly Phil) have been focusing on getting the new fancy Roslyn Analyzers out the door...<br /><br /><br /><br /><br />[More]
+Published: 20210719
+Category: Release Notes
+Excluded: false
+---
+
+In this release, we (mostly [Phil](https://twitter.com/philco78)) have been focusing on getting the new fancy Roslyn Analyzers out the door.
+If you want to try them out, add a reference to [Spectre.Console.Analyzer](https://www.nuget.org/packages/spectre.console.analyzer) in your project, and you should get some best practice tips in your favorite IDE!
+
+It's summer in the northern hemisphere, so it will probably be a couple of weeks until the next release.
+
+## Features
+
+* [#417 - Support cancellation in prompts](https://github.com/spectreconsole/spectre.console/issues/417)
+* [#324 - Remove AsciiTreeGuide as default tree guide](https://github.com/spectreconsole/spectre.console/issues/324)
+* [#413 - Support custom characters at the end of a TextPrompt](https://github.com/spectreconsole/spectre.console/issues/413)
+* [#447 - Alternative to the obsolete 'Select' function for selecting default items in SelectionPrompt](https://github.com/spectreconsole/spectre.console/issues/447)
+* [#460 - Default values for Ask()](https://github.com/spectreconsole/spectre.console/issues/460)
+
+## Bugs
+
+* [#480 - IAnsiConsole.Confirm extension is missing default value parameter](https://github.com/spectreconsole/spectre.console/issues/480)
+* [#442 - Allow dynamic Figlet hardblank](https://github.com/spectreconsole/spectre.console/pull/442)
\ No newline at end of file