From dffe901d13bd8cc84a9b5b7ef682cb72da29d524 Mon Sep 17 00:00:00 2001
From: golangci-releaser <65486276+golangci-releaser@users.noreply.github.com>
Date: Thu, 28 Mar 2024 22:34:04 +0300
Subject: [PATCH] docs: update documentation assets (#4588)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
---
 CHANGELOG.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94095b33..e7aced0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@ Follow the news and releases on [Mastodon](https://fosstodon.org/@golangcilint)
 
 There is the most valuable changes log:
 
+### v1.57.2
+
+1. Updated linters
+   * `contextcheck`: from 1.1.4 to 1.1.5
+   * `copyloopvar`: from 1.0.8 to 1.0.10
+   * `ginkgolinter`: from 0.16.1 to 0.16.2
+   * `goconst`: from 1.7.0 to 1.7.1
+   * `gomoddirectives`: from 0.2.3 to 0.2.4
+   * `intrange`: from 0.1.0 to 0.1.1
+2. Misc.
+   * fix: display warnings on deprecated linter options
+   * fix: missing `colored-tab` output format
+   * fix: TeamCity `inspectionType` service message
+3. Documentation
+   * Remove invalid example about mixing files and directory
+   * Improve linters page
+
 ### v1.57.1
 
 1. Fixes: