We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913e5f4 commit 658f6c5Copy full SHA for 658f6c5
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.18.8 (2023-07-18)
6
+### Fix
7
+* Bump semver ([#101](https://github.com/logdna/python/issues/101)) ([`913e5f4`](https://github.com/logdna/python/commit/913e5f4f35f2920a6b2162022b93495b4774654c))
8
+
9
## v1.18.7 (2023-05-05)
10
### Fix
11
* Gate buils from non maintainers ([`97803b5`](https://github.com/logdna/python/commit/97803b55a102539a75b0763891c1d27757460067))
logdna/VERSION
@@ -1 +1 @@
1
-1.18.7
+1.18.8
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "logdna"
-version = "1.18.7"
+version = "1.18.8"
description = 'A Python Package for Sending Logs to LogDNA'
authors = ["logdna <help@logdna.com>"]
license = "MIT"
0 commit comments