diff --git a/CHANGELOG.md b/CHANGELOG.md index e779eb2..d7fc86d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.18.6 (2023-01-27) +### Fix +* Added retries for http 429 504 ([#93](https://github.com/logdna/python/issues/93)) ([`712d81d`](https://github.com/logdna/python/commit/712d81d4ab2bfbf95d65898fb365a5bcb1396199)) + ## v1.18.5 (2023-01-27) ### Fix * **chore:** Upgraded pytest to resolve security vulnerability in py <= 1.11.0 ([#92](https://github.com/logdna/python/issues/92)) ([`905b06a`](https://github.com/logdna/python/commit/905b06a648e19896087b0c51ba1e055212727560)) diff --git a/logdna/VERSION b/logdna/VERSION index 8e8b0a9..04a8bc2 100644 --- a/logdna/VERSION +++ b/logdna/VERSION @@ -1 +1 @@ -1.18.5 +1.18.6 diff --git a/pyproject.toml b/pyproject.toml index 353354e..34dc1c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logdna" -version = "1.18.5" +version = "1.18.6" description = 'A Python Package for Sending Logs to LogDNA' authors = ["logdna "] license = "MIT"