Skip to content

Commit ceb3545

Browse files
committed
release: Version 1.18.9 [skip ci]
Automatically generated by python-semantic-release
1 parent 17a69b0 commit ceb3545

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.18.9 (2023-07-21)
6+
### Fix
7+
* Make flush thread a daemon thread to prevent shutdown hang ([#102](https://github.com/logdna/python/issues/102)) ([`17a69b0`](https://github.com/logdna/python/commit/17a69b044de43a7a9d7d3e6eb65a0c60f1fa23f0))
8+
59
## v1.18.8 (2023-07-18)
610
### Fix
711
* Bump semver ([#101](https://github.com/logdna/python/issues/101)) ([`913e5f4`](https://github.com/logdna/python/commit/913e5f4f35f2920a6b2162022b93495b4774654c))

logdna/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.8
1+
1.18.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "logdna"
3-
version = "1.18.8"
3+
version = "1.18.9"
44
description = 'A Python Package for Sending Logs to LogDNA'
55
authors = ["logdna <help@logdna.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)