diff --git a/CHANGELOG.md b/CHANGELOG.md
index b34a0635..cb9bb1d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,18 @@
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:
+## January 2021
+
+1. new linters:
+ * `predeclared`: https://github.com/nishanths/predeclared
+2. update linters:
+ * `go-critic` from 0.5.2 to 0.5.3
+ * `thelper` from 0.1.0 to 0.2.0
+ * Validate `go-critic` settings
+3. fix: modules-download-mode support
+4. documentation:
+ * bump documentation dependencies
+
## December 2020
1. new linters:
diff --git a/README.md b/README.md
index 1ceae721..58cfd859 100644
--- a/README.md
+++ b/README.md
@@ -67,13 +67,13 @@ The Core Team has the following responsibilities:
 Trevor Pounds |
 Sergey Vilgelm |
 Simon Sawert |
-  @iwankgb |
 Ludovic Fernandez |
-  Xiang Dai |
+  @iwankgb |
+  Long Dai |
-  Sascha Grunert |
 Andrew Shannon Brown |
+  Sascha Grunert |
 Denis Tingaikin |
 Ryan Currah |
 Denis Krivak |
@@ -84,15 +84,15 @@ The Core Team has the following responsibilities:
 Will Dixon |
 David Lobe |
 Matouš Dzivjak |
-  Alec Thomas |
 Melvin |
+  Alec Thomas |
 Alexey Palazhchenko |
-  Joe Wilner |
+  Nishanth Shanmugham |
+  Joe Wilner |
 Soichiro Kashima |
 Nuruddin Ashr |
-  @nishanths |
 Oleg Butuzov |
 Tim Heckman |
 Mateusz Gozdek |
@@ -110,7 +110,7 @@ The Core Team has the following responsibilities:
-And 176 more our team members
+And 178 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index c340d873..695c83f6 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.34.1",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz"
+ "TargetVersion": "v1.35.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.0/golangci-lint-1.35.0-linux-amd64.tar.gz"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions"
@@ -103,6 +103,10 @@
"TargetVersion": "v1.34.1",
"AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.34.1/golangci-lint-1.34.1-linux-amd64.tar.gz"
},
+ "v1.35": {
+ "TargetVersion": "v1.35.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.35.0/golangci-lint-1.35.0-linux-amd64.tar.gz"
+ },
"v1.4": {
"Error": "golangci-lint version 'v1.4' 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 c9c88337..9d51ba49 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.
-300b6534a3208853a3bb2f94ebda8ed1d807f1a32cd86091ad15d32275e70e30
\ No newline at end of file
+ac1a95727f2c87014a644a159e9c5de6da2751dee0b0cb3527e2f8b3056cdac2
\ No newline at end of file