diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf1880792630..9684faecb840 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci).
There is the most valuable changes log:
+### v1.46.2
+
+1. updated linters:
+ * `execinquery`: bump from v1.2.0 to v1.2.1
+ * `errorlint`: bump to v1.0.0
+ * `thelper`: allow to disable one option
+2. documentation:
+ * rename `.golangci.example.yml` to `.golangci.reference.yml`
+ * add `containedctx` linter to the list of available linters
+
### v1.46.1
1. updated linters:
diff --git a/README.md b/README.md
index 02bb45ac9f76..c10d23ac896c 100644
--- a/README.md
+++ b/README.md
@@ -74,19 +74,19 @@ The Core Team has the following responsibilities:
 @iwankgb |
-  Andrew Shannon Brown |
 Kamil Samigullin |
+  Andrew Shannon Brown |
 Ryan Currah |
 Pierre Durand |
 Denis Tingaikin |
 Sebastien Rosset |
-  David Lobe |
 sivchari |
+  David Lobe |
 Alexey Palazhchenko |
-  Duco van Amstel |
 @golangci-releaser |
+  Duco van Amstel |
 Nishanth Shanmugham |
 Kensei Nakada |
@@ -111,7 +111,7 @@ The Core Team has the following responsibilities:
-And 309 more our team members
+And 310 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index aba0238cc303..ca5f94c5327b 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.46.1",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.46.1/golangci-lint-1.46.1-linux-amd64.tar.gz"
+ "TargetVersion": "v1.46.2",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.46.2/golangci-lint-1.46.2-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -151,8 +151,8 @@
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.45.2/golangci-lint-1.45.2-linux-amd64.tar.gz"
},
"v1.46": {
- "TargetVersion": "v1.46.1",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.46.1/golangci-lint-1.46.1-linux-amd64.tar.gz"
+ "TargetVersion": "v1.46.2",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.46.2/golangci-lint-1.46.2-linux-amd64.tar.gz"
},
"v1.5": {
"Error": "golangci-lint version 'v1.5' isn't supported: we support only v1.14.0 and later versions"
diff --git a/docs/template_data.state b/docs/template_data.state
index e2817bdbf090..8ae98789ece0 100755
--- a/docs/template_data.state
+++ b/docs/template_data.state
@@ -1,2 +1,2 @@
This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added.
-d3273f2bb8e834b6d8b6b290ad9703e80d06df1d34f33a3e7f9b24afd83b3b56
\ No newline at end of file
+6fa4da42d81d503161d378e42adb1c519c5a4297eae650cf15da61ac96334587
\ No newline at end of file