From 54a0225a916dcf08c680f3f67616c7d60263cb85 Mon Sep 17 00:00:00 2001
From: d45 <3d.hagen@gmail.com>
Date: Thu, 17 Feb 2022 13:20:45 -0800
Subject: [PATCH 1/2] Added v1.8.1 to release notes
---
docs/trex_release-notes.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/docs/trex_release-notes.md b/docs/trex_release-notes.md
index 939b5260..2e076d07 100644
--- a/docs/trex_release-notes.md
+++ b/docs/trex_release-notes.md
@@ -12,7 +12,24 @@ layout: docs
See also: [Known Issues]({{site.baseurl}}/docs/trex_known_issues.html)
+### Tableau Dashboard Extensions API version 1.8.1
+*February 2022*
+
+* Tableau Dashboard Extensions API library: `tableau.extensions.1.8.1.js`
(download or clone the Extensions API repository on [GitHub](https://github.com/tableau/extensions-api){:target="_blank"}.)
+
+* Download [Tableau Desktop 2021.4](https://www.tableau.com/support/releases){:target="_blank"} or [Tableau Server 2021.4](https://www.tableau.com/support/releases/server){:target="_blank"}.
+
+* To preview new features and test your extension with the latest version of Tableau in the Developer Sandbox, join the [Tableau Developer Program](http://www.tableau.com/developer){:target="_blank"} and request your own Tableau Online developer site.
+
+About this release:
+
+* Minor updates and bug fixes; updated documentation.
+
+* New versions of the JavaScript library and TypeScript types (`1.8.1`). See [Use TypeScript with the Extensions API]({{site.baseurl}}/docs/trex_typescript.html).
+
+
+---
### Tableau Dashboard Extensions API version 1.8
From 81729c67c3e35d9c784289cc2cfd66dea7298e8d Mon Sep 17 00:00:00 2001
From: d45 <3d.hagen@gmail.com>
Date: Thu, 17 Feb 2022 13:54:54 -0800
Subject: [PATCH 2/2] Added link to workbook formatting page
---
docs/trex_release-notes.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/trex_release-notes.md b/docs/trex_release-notes.md
index 2e076d07..186ec15a 100644
--- a/docs/trex_release-notes.md
+++ b/docs/trex_release-notes.md
@@ -24,7 +24,9 @@ See also: [Known Issues]({{site.baseurl}}/docs/trex_known_issues.html)
About this release:
-* Minor updates and bug fixes; updated documentation.
+* Minor updates and bug fixes.
+
+* Minor corrections and updates to the documentation. See [Add Tableau Workbook Formatting]({{site.baseurl}}/docs/trex_format.html).
* New versions of the JavaScript library and TypeScript types (`1.8.1`). See [Use TypeScript with the Extensions API]({{site.baseurl}}/docs/trex_typescript.html).