Skip to content

Commit 6ea7450

Browse files
committed
release: Version 1.18.5 [skip ci]
Automatically generated by python-semantic-release
1 parent 905b06a commit 6ea7450

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.5 (2023-01-27)
6+
### Fix
7+
* **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))
8+
59
## v1.18.4 (2023-01-06)
610
### Fix
711
* Dependabot -> Vulnerabilities -> cryptography >= 37.0.0 < 38.0.3 ([#91](https://github.com/logdna/python/issues/91)) ([`7ccde50`](https://github.com/logdna/python/commit/7ccde50ba50c0abbec1a7efe4dd665e8b35511c0))

logdna/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.4
1+
1.18.5

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.4"
3+
version = "1.18.5"
44
description = 'A Python Package for Sending Logs to LogDNA'
55
authors = ["logdna <help@logdna.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)