From 7119261cc35cafa9d140ddffffa50ab7afc64f09 Mon Sep 17 00:00:00 2001
From: Vadim Voitenko <74241416+wwoytenko@users.noreply.github.com>
Date: Sat, 9 Nov 2024 19:27:12 +0200
Subject: [PATCH] docs: Added v0.2.2 changelog (#237)
---
docs/overrides/main.html | 2 +-
docs/release_notes/greenmask_0_2_2.md | 23 +++++++++++++++++++++++
mkdocs.yml | 1 +
3 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 docs/release_notes/greenmask_0_2_2.md
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index e6eb52b2..1ef4abac 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.1 (2024.11.04) is released
+ A new version 0.2.2 (2024.11.09) is released
{% endblock %}
{% block outdated %}
diff --git a/docs/release_notes/greenmask_0_2_2.md b/docs/release_notes/greenmask_0_2_2.md
new file mode 100644
index 00000000..9d25a2b1
--- /dev/null
+++ b/docs/release_notes/greenmask_0_2_2.md
@@ -0,0 +1,23 @@
+# Greenmask 0.2.2
+
+This release introduces bug fixes.
+
+## Changes
+
+* Fixed a case when apply_for_references applies validation to all transformations even if they are not
+ marked as apply_for_references [#236](https://github.com/GreenmaskIO/greenmask/pull/236).
+* Fixed issue with the latest tag disappearing in the documentation [#234](https://github.com/GreenmaskIO/greenmask/pull/234).
+
+
+#### Full Changelog: [v0.2.1...v0.2.2](https://github.com/GreenmaskIO/greenmask/compare/v0.2.1...v0.2.2)
+
+## 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 5f1b2b11..734c8450 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.2: release_notes/greenmask_0_2_2.md
- Greenmask 0.2.1: release_notes/greenmask_0_2_1.md
- Greenmask 0.2.0: release_notes/greenmask_0_2_0.md
- Greenmask 0.2.0b2: release_notes/greenmask_0_2_0_b2.md