diff --git a/site/docs/release-notes/latest.md b/site/docs/release-notes/latest.md
index 2a0fbff452..5136478edc 100644
--- a/site/docs/release-notes/latest.md
+++ b/site/docs/release-notes/latest.md
@@ -7,4 +7,4 @@ hide:
---8<-- "snippets/release-notes/5-0.md"
\ No newline at end of file
+--8<-- "snippets/release-notes/5-1.md"
\ No newline at end of file
diff --git a/site/docs/release-notes/next.md b/site/docs/release-notes/next.md
index ba7814df3d..39320edb8c 100644
--- a/site/docs/release-notes/next.md
+++ b/site/docs/release-notes/next.md
@@ -7,4 +7,4 @@ hide:
---8<-- "snippets/release-notes/5-1.md"
+--8<-- "snippets/release-notes/5-2.md"
diff --git a/site/docs/release-notes/october-2024.md b/site/docs/release-notes/october-2024.md
new file mode 100644
index 0000000000..91b70650af
--- /dev/null
+++ b/site/docs/release-notes/october-2024.md
@@ -0,0 +1,26 @@
+
+
+
+# October 2024
+
+Welcome to the Egeria community's October 2024 newsletter. Since our [last newsletter](/release-notes/june-2023), the community has been focused on adding support for Unity Catalog and improving the user experience in the *egeria workspaces*.
+
+
+## Full release notes for V5.1
+
+The full release notes for version 5.0 can be found on [Egeria's website](https://egeria-project.org/release-notes/5-1/).
+
+## Future plans
+
+Release 5.2 will continue to build out new [view services](/services/omvs) supported by `pyegeria`, and connectors, such as survey action services, to increase its out-of-the-box connectivity.
+
+There is also work on a new text-based UI for supporting data professionals in their work.
+
+## Connecting with the project
+
+With our new focus on Python and supporting data practitioners directly, the community is looking for new contributors to the project. If these topics interest you, then please contact us and we can help you get started.
+
+!!! info "Connecting with the community"
+ Go to our [community guide](/guides/community){target=blank} to find out more about the activities of the Egeria project nd ho to get engaged.
+
+--8<-- "snippets/abbr.md"
\ No newline at end of file
diff --git a/site/docs/release-notes/previous.md b/site/docs/release-notes/previous.md
index f8ce03367b..6a08cd927d 100644
--- a/site/docs/release-notes/previous.md
+++ b/site/docs/release-notes/previous.md
@@ -4,6 +4,9 @@
# Earlier releases
+???+ info "Release 5.0 (July 2024)"
+--8<-- "snippets/release-notes/5.0.md"
+
???+ info "Release 4.3 (September 2023)"
--8<-- "snippets/release-notes/4-3.md"
diff --git a/site/docs/types/2/0223-Events-and-Logs.svg b/site/docs/types/2/0223-Events-and-Logs.svg
index 85860442c0..3eae9e45e1 100644
--- a/site/docs/types/2/0223-Events-and-Logs.svg
+++ b/site/docs/types/2/0223-Events-and-Logs.svg
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/site/docs/types/2/area-2-assets.drawio b/site/docs/types/2/area-2-assets.drawio
index 1a450351ef..4ef1bb62fc 100644
--- a/site/docs/types/2/area-2-assets.drawio
+++ b/site/docs/types/2/area-2-assets.drawio
@@ -1,4 +1,4 @@
-
+
@@ -1456,7 +1456,7 @@
-
+
@@ -1488,9 +1488,9 @@
-
+
-
+
@@ -1574,6 +1574,9 @@
+
+
+
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index 04044d8135..caf23a6e20 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -298,6 +298,7 @@ nav:
- Releases:
- Overview: release-notes/overview.md
- Newsletters:
+ - October 2024: release-notes/october-2024.md
- June 2024: release-notes/june-2024.md
- August 2023: release-notes/august-2023.md
- April 2023: release-notes/april-2023.md
diff --git a/site/snippets/release-notes/5-1.md b/site/snippets/release-notes/5-1.md
index 735e7cae08..de6cf5e966 100644
--- a/site/snippets/release-notes/5-1.md
+++ b/site/snippets/release-notes/5-1.md
@@ -1,10 +1,9 @@
-## Release 5.1 (Expected September 2024)
-
-_**These are DRAFT release notes. The notes will be updated until & when 5.1 is released**_
+## Release 5.1 (October 2024)
+Release 5.1 builds on the simplification theme from release 5.0. This include
??? functional "Open Metadata Types"
* The [ConnectorType](/types/2/0201-Connectors-and-Connections) entity type has a new attribute called *supportedDeployedImplementationType* which replaces *deployedImplementationType to separate the technology it supports from other uses of *deployedImplementationType* that identify its implementation technology.
* The [CatalogTarget](/types/4/0464-Dynamic-Integration-Groups) relationship is now multi-link which means it is possible to have multiple instances of this relationship between the same two entities. It also has two new attributes: *permittedSynchronization* and *deleteMethod*.
@@ -15,6 +14,9 @@ _**These are DRAFT release notes. The notes will be updated until & when 5.1 is
??? functional "Unity Catalog Support"
There are new [survey services and integration connectors](/connectors/unity-catalog) to support the new open-source Unity Catalog (UC).
+??? danger "Technology type for file directories changed from "FileFolder" to "File System Directory"
+ [Automated Curation OMVS](/services/omvs/automated-curation/overview) provides methods to query the connectors and templates for different types of technology types. The names of the technologies come from the [Deployed Implementation Type](/concepts/deployed-implementation-type) reference values. The value for a directory (folder) in a file system was "FileFolder" in earlier releases which is the name of the open metadata type used to catalog these types of resources. The technology name has been changed to "File System Directory" to better reflect the name of the technology.
+
??? functional "Smarter integration daemon"
In addition to the regular refreshes, the integration daemon will refresh an integration connector whenever a new catalog target is attached.
diff --git a/site/snippets/release-notes/5-2.md b/site/snippets/release-notes/5-2.md
index a42f2338b0..c57ddab43c 100644
--- a/site/snippets/release-notes/5-2.md
+++ b/site/snippets/release-notes/5-2.md
@@ -1,13 +1,16 @@
-## Release 5.2 (Expected September 2024)
+## Release 5.2 (Expected December 2024)
_**These are DRAFT release notes. The notes will be updated until & when 5.2 is released**_
??? functional "Open Metadata Types"
* Add type updates here
+??? functional "Support for user authentication via the secrets store connectors"
+ [Secret Store Connectors](/concepts/secret-store-connector) are now able to support the authentication of users calling the [Open Metadata View Services (OMVS)](/services/omvs).
+
??? functional "New View Service: Notification Manager OMVS"
[Notification Manager OMVS](/services/omvs/notification-manager/overview) supports the management and querying of [Context Events](/concepts/context-event).