From b2af94824823d72caaba66de6118b1c34c64deea Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Wed, 26 Jul 2023 16:22:38 +0000 Subject: [PATCH] release: Version 1.18.11 [skip ci] Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ logdna/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a7ab8..13e061d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.18.11 (2023-07-26) +### Fix +* Remove Thread/event to fix Django regression ([#107](https://github.com/logdna/python/issues/107)) ([`0337a09`](https://github.com/logdna/python/commit/0337a09433953227dabb0b65da8583e8f9273986)) + ## v1.18.10 (2023-07-26) ### Fix * Utilize apikey header for auth to make compatible with pipelines ([#104](https://github.com/logdna/python/issues/104)) ([`5394e97`](https://github.com/logdna/python/commit/5394e9714779878cd415a4566cd44d9183e150b9)) diff --git a/logdna/VERSION b/logdna/VERSION index 0150af1..6961fed 100644 --- a/logdna/VERSION +++ b/logdna/VERSION @@ -1 +1 @@ -1.18.10 +1.18.11 diff --git a/pyproject.toml b/pyproject.toml index 9c28b2e..c84222e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logdna" -version = "1.18.10" +version = "1.18.11" description = 'A Python Package for Sending Logs to LogDNA' authors = ["logdna "] license = "MIT"