We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97803b5 commit 90d5cdfCopy full SHA for 90d5cdf
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.18.7 (2023-05-05)
6
+### Fix
7
+* Gate buils from non maintainers ([`97803b5`](https://github.com/logdna/python/commit/97803b55a102539a75b0763891c1d27757460067))
8
+
9
## v1.18.6 (2023-01-27)
10
### Fix
11
* Added retries for http 429 504 ([#93](https://github.com/logdna/python/issues/93)) ([`712d81d`](https://github.com/logdna/python/commit/712d81d4ab2bfbf95d65898fb365a5bcb1396199))
logdna/VERSION
@@ -1 +1 @@
1
-1.18.6
+1.18.7
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "logdna"
-version = "1.18.6"
+version = "1.18.7"
description = 'A Python Package for Sending Logs to LogDNA'
authors = ["logdna <help@logdna.com>"]
license = "MIT"
0 commit comments