diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcb3a24d..a7d0ad46 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,36 @@
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.50.0
+
+1. new linters
+ * `dupword`: https://github.com/Abirdcfly/dupword
+ * `testableexamples`: https://github.com/maratori/testableexamples
+2. updated linters
+ * `contextcheck`: change owner
+ * `contextcheck`: from 1.0.6 to 1.1.2
+ * `depguard`: from 1.1.0 to 1.1.1
+ * `exhaustive`: add missing config
+ * `exhaustive`: from 0.8.1 to 0.8.3
+ * `gci`: from 0.6.3 to 0.8.0
+ * `go-critic`: from 0.6.4 to 0.6.5
+ * `go-errorlint`: from 1.0.2 to 1.0.5
+ * `go-reassign`: v0.1.2 to v0.2.0
+ * `gofmt`: add option `rewrite-rules`
+ * `gofumpt` from 0.3.1 to 0.4.0
+ * `goimports`: update to HEAD
+ * `interfacebloat`: fix configuration loading
+ * `logrlint`: rename `logrlint` to `loggercheck`
+ * `paralleltest`: add tests of the ignore-missing option
+ * `revive`: from 1.2.3 to 1.2.4
+ * `usestdlibvars`: from 1.13.0 to 1.20.0
+ * `wsl`: support all configs and update docs
+3. misc.
+ * Normalize `exclude-rules` paths for Windows
+ * add riscv64 to the install script
+4. Documentation
+ * cli: remove reference to old service
+
### v1.49.0
IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
diff --git a/README.md b/README.md
index 792d8ab0..7611266d 100644
--- a/README.md
+++ b/README.md
@@ -76,26 +76,26 @@ The Core Team has the following responsibilities:
 Sascha Grunert |
 @iwankgb |
 Andrew Shannon Brown |
-  sivchari |
+  Marat Reymers |
 @golangci-releaser |
-  Sasha Melentyev |
 Pierre Durand |
+  sivchari |
+  Sasha Melentyev |
 Ryan Currah |
-  Denis Tingaikin |
 Sebastien Rosset |
-  Marat Reymers |
+  Denis Tingaikin |
 David Lobe |
 Alexey Palazhchenko |
 Duco van Amstel |
-  Nishanth Shanmugham |
+  Nishanth Shanmugham |
 Kensei Nakada |
 Melvin |
-  Denis Krivak |
 Iskander (Alex) Sharipov |
+  Denis Krivak |
 Maik Schreiber |
 Steve Coffman |
@@ -111,7 +111,7 @@ The Core Team has the following responsibilities:
-And 331 more our team members
+And 344 more our team members
diff --git a/assets/github-action-config.json b/assets/github-action-config.json
index 92f6d9b9..6d1a9aa5 100644
--- a/assets/github-action-config.json
+++ b/assets/github-action-config.json
@@ -1,8 +1,8 @@
{
"MinorVersionToConfig": {
"latest": {
- "TargetVersion": "v1.49.0",
- "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.49.0/golangci-lint-1.49.0-linux-amd64.tar.gz"
+ "TargetVersion": "v1.50.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.50.0/golangci-lint-1.50.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"
@@ -169,6 +169,10 @@
"v1.5": {
"Error": "golangci-lint version 'v1.5' isn't supported: we support only v1.14.0 and later versions"
},
+ "v1.50": {
+ "TargetVersion": "v1.50.0",
+ "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.50.0/golangci-lint-1.50.0-linux-amd64.tar.gz"
+ },
"v1.6": {
"Error": "golangci-lint version 'v1.6' 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 bd4b15c9..e9428aa7 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.
-aa465b5c54517267990f78b0e06634befcd58ea971c3f925d7ec02cb3149057e
\ No newline at end of file
+1462e6935a8caa71d909cd4da3d9c6c1e47e1db9c3d80ee5dc1c84c343388d0e
\ No newline at end of file