[hotfix] Update release notes for 0.92.0
diff --git a/documentation/website/blog/2023-06-16-release-092.md b/documentation/website/blog/2023-06-16-release-092.md
index af4fb75..a9171d7 100644
--- a/documentation/website/blog/2023-06-16-release-092.md
+++ b/documentation/website/blog/2023-06-16-release-092.md
@@ -7,23 +7,26 @@
 **<div style="float: left; padding-right: 40px;">8 minutes to read</div>**
 <br>
 
-We are excited to announce the release of StreamPipes 0.92.0!
-This release is packed with bug fixes, improvements, and new features, all aimed at enhancing your experience with StreamPipes.
-Let's dive into the highlights of this release:
+We are pleased to announce the release of StreamPipes 0.92.0, which includes several bug fixes, performance improvements, and new features. 
+This version focuses on enhancing the technical aspects of StreamPipes. 
+Let's explore the key updates in this release:
 
 <!--truncate-->
 
 The current release can be downloaded <a href="https://streampipes.apache.org/download.html">here</a>.
 
 ## Improved Python Support:
-Based on valuable user feedback, we have made significant enhancements to the Python support in StreamPipes.
-Now, you can effortlessly integrate Python-based scripts, libraries, and modules into your functions, allowing you to leverage the power of machine learning and advanced analytics algorithms on your IIoT data sources.
-Check out our [python documentation](https://streampipes.apache.org/docs/docs/python/latest/).
+In response to valuable user feedback, we have improved Python support in StreamPipes.
+Users can now seamlessly integrate Python-based scripts, libraries, and modules into their functions. 
+This enhancement enables leveraging the power of machine learning and advanced analytics algorithms for IIoT data sources. 
+Please refer to the [Python documentation](https://streampipes.apache.org/docs/docs/python/latest/) for further details.
+
 
 ## New Processing Elements: Introducing the Swinging Door Trending (SDT) Filter Processor:
 To expand the functionality of StreamPipes, we have introduced several new processing elements.
 Among them is the **Swinging Door Trending (SDT) Filter Processor**.
-This algorithm enables you to perform sophisticated data processing tasks and enhance your data analytics pipelines.
+This processor provides a linear trend compression algorithm. 
+Essentially, it replaces a series of continuous points (timestamp, value) with a straight line determined by the start and end points.
 
 <img src="/docs/blog/assets/2023-06-16/swinging_door_trending.gif" alt="demonstration how to use the swinging door trending processor">
 
@@ -32,23 +35,25 @@
 We have also made several performance and usability improvements to enhance overall system efficiency.
 
 ## Deprecation of Set Adapters
-In our ongoing efforts to streamline the StreamPipes ecosystem, we have deprecated the Set Adapters functionality.
-Our focus now lies solely on streaming event sources. However, we understand the importance of working with files of sensor data especially during development.
-That's why we have extended the **File Stream Adapter** to accommodate this need. It now offers two functionalities:
-1. Create a live simulation of sensor data based on the file
-2. Only replay the data in the file once, e.g. to store it in the **Data Lake**.
+
+In order to streamline the StreamPipes ecosystem, we have deprecated the functionality of Set Adapters. 
+Going forward, our focus will solely be on streaming event sources. 
+However, we understand the importance of working with files of sensor data, especially during development. 
+To accommodate this need, we have extended the **File Stream Adapter**, which now offers the following functionalities:
+1. Create a live simulation of sensor data based on the file.
+2. Replay the data in the file once, for example, to store it in the **Data Lake**.
 
 **IMPORTAN: The set adapters will be removed in the next release.**
 
-From this release onwards, we encourage you to utilize the **File Stream Adapter** instead of the **File Set Adapter**. 
-To simulate a file set using the **File Stream Adapter**, simply set the configuration to `Replay Once: Yes` and `Replay Speed: Fastest (Ignore original time)`. 
-Take a look at the example below:
+From this release onwards, we encourage you to utilize the **File Stream Adapter** instead of the **File Set Adapter**.
+To simulate a file set using the **File Stream Adapter**, you can configure it with `Replay Once: Yes` and `Replay Speed: Fastest (Ignore original time)`.
+See the example below:
 
 <img src="/docs/blog/assets/2023-06-16/file_stream_set.gif" alt="demonstration how to use file sets with the file stream adapter">
 
 ## Final Remarks
-We highly recommend updating to StreamPipes 0.92.0 to take advantage of these new features and improvements.
-For more detailed information, please refer to our [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.92.0/RELEASE_NOTES.md#0920).
+We highly recommend updating to StreamPipes 0.92.0 to take advantage of these new features, bug fixes, and improvements. 
+For more detailed information, please refer to the [release notes](https://github.com/apache/incubator-streampipes/blob/release/0.92.0/RELEASE_NOTES.md#0920).
 
-Thank you for your support and valuable feedback.
-StreamPipes is constantly evolving, and we remain committed to providing you with a powerful and reliable platform for your IIoT streaming data needs.
+We appreciate your continued support and valuable feedback. 
+StreamPipes is continually evolving, and we are dedicated to providing you with a powerful and reliable platform for your IIoT streaming data needs.