From ee2d5f602151024ce001beb63753f7abd429fc4b Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Fri, 7 May 2021 22:27:02 +0200 Subject: [PATCH] docs: update contributors --- .all-contributorsrc | 10 ++++++++++ CHANGELOG.md | 2 +- README.md | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c48ea5e7..d8fb72b1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -121,6 +121,16 @@ "contributions": [ "bug" ] + }, + { + "login": "AntonSmolkov", + "name": "Anton Smolkov", + "avatar_url": "https://avatars.githubusercontent.com/u/5318028?v=4", + "profile": "https://github.com/AntonSmolkov", + "contributions": [ + "code", + "bug" + ] } ], "contributorsPerLine": 7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 447b7452..090a25fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,7 +90,7 @@ log = new LoggerConfiguration() .CreateLogger(); ``` -- [#166](https://github.com/FantasticFiasco/serilog-sinks-http/issues/166) Support for content encoding [Gzip](https://en.wikipedia.org/wiki/Gzip) using HTTP client `JsonGzipHttpClient` (contribution by [@vaibhavepatel](https://github.com/vaibhavepatel) and [@KalininAndreyVictorovich](https://github.com/KalininAndreyVictorovich)) +- [#166](https://github.com/FantasticFiasco/serilog-sinks-http/issues/166) Support for content encoding [Gzip](https://en.wikipedia.org/wiki/Gzip) using HTTP client `JsonGzipHttpClient` (contribution by [@vaibhavepatel](https://github.com/vaibhavepatel), [@KalininAndreyVictorovich](https://github.com/KalininAndreyVictorovich) and [@AntonSmolkov](https://github.com/AntonSmolkov)) ### :dizzy: Changed diff --git a/README.md b/README.md index 6af3d3f3..557e6798 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ The following users have made significant contributions to this project. Thank y
vaibhavepatel

💻 🤔
KalininAndreyVictorovich

🐛 💻
Sergios

🐛 +
Anton Smolkov

💻 🐛