diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index b8053afc..f0af0f73 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block announce %}
- A new version 0.2.5 (2024.11.16) is released
+ A new version 0.2.6 (2024.12.07) is released
{% endblock %}
{% block outdated %}
diff --git a/docs/release_notes/greenmask_0_2_6.md b/docs/release_notes/greenmask_0_2_6.md
new file mode 100644
index 00000000..f3613395
--- /dev/null
+++ b/docs/release_notes/greenmask_0_2_6.md
@@ -0,0 +1,25 @@
+# Greenmask 0.2.6
+
+This release introduces new features and bug fixes.
+
+## Changes
+
+* Introduces `--disable-trigers`, `--use-session-replication-role-replica` and `--superuser` options
+for restore command. It allows to disable triggers during data section restore [#248](https://github.com/GreenmaskIO/greenmask/pull/252).
+Closes feature request [#228](https://github.com/GreenmaskIO/greenmask/issues/228)
+* Fix skipping unknown type when silent is true [#251](https://github.com/GreenmaskIO/greenmask/pull/251)
+* Added sonar qube quality gate badge [#250](https://github.com/GreenmaskIO/greenmask/pull/250)
+
+
+#### Full Changelog: [v0.2.5...v0.2.6](https://github.com/GreenmaskIO/greenmask/compare/v0.2.5...v0.2.6)
+
+## Links
+
+Feel free to reach out to us if you have any questions or need assistance:
+
+* [Greenmask Roadmap](https://github.com/orgs/GreenmaskIO/projects/6)
+* [Email](mailto:support@greenmask.io)
+* [Twitter](https://twitter.com/GreenmaskIO)
+* [Telegram](https://t.me/greenmask_community)
+* [Discord](https://discord.gg/tAJegUKSTB)
+* [DockerHub](https://hub.docker.com/r/greenmask/greenmask)
diff --git a/mkdocs.yml b/mkdocs.yml
index d108ffd6..76ff58c9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -126,6 +126,7 @@ nav:
- Faker function: built_in_transformers/advanced_transformers/custom_functions/faker_function.md
- About: index.md
- Release notes:
+ - Greenmask 0.2.6: release_notes/greenmask_0_2_6.md
- Greenmask 0.2.5: release_notes/greenmask_0_2_5.md
- Greenmask 0.2.4: release_notes/greenmask_0_2_4.md
- Greenmask 0.2.3: release_notes/greenmask_0_2_3.md